WP Admin – Current Screen Info

<?php
add_action( 'admin_notices', 'be_current_screen_info' );
function be_current_screen_info() {
global $current_screen;
echo '<pre>';
print_r( $current_screen );
echo '</pre>';
}
view raw gistfile1.aw hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk