Forums
(@junior-grao)
13 years, 3 months ago
Thanks Nexe
It Works for me too!
13 years, 11 months ago
Hi, nobita
Enter in file functions.php and try to copy this:
function get_current_screen() { global $current_screen;
if ( ! isset( $current_screen ) ) return null;
return $current_screen; }
Bests