Skip to content

Instantly share code, notes, and snippets.

@torounit
Created July 22, 2013 01:09
Show Gist options
  • Save torounit/6050669 to your computer and use it in GitHub Desktop.
Save torounit/6050669 to your computer and use it in GitHub Desktop.
Any Mobile Theme Switcherが管理画面でも適応されてしまうを避ける。
<?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