Created
July 22, 2013 01:09
-
-
Save torounit/6050669 to your computer and use it in GitHub Desktop.
Any Mobile Theme Switcherが管理画面でも適応されてしまうを避ける。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Any Mobile Theme Switcher Fix | |
Description:Any Mobile Theme Switcher Fix | |
*/ | |
if(is_admin()) { | |
$_GET["am_force_theme_layout"] = "desktop"; | |
$_COOKIE['am_force_theme_layout'] = "desktop"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment