Skip to content

Instantly share code, notes, and snippets.

@dendeffe
Created April 15, 2015 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dendeffe/d2d8b7971f6d446a0b77 to your computer and use it in GitHub Desktop.
Save dendeffe/d2d8b7971f6d446a0b77 to your computer and use it in GitHub Desktop.
add_action('current_screen', "whats_my_hook" );
function whats_my_hook() {
global $page_hook;
echo "My page hook:" . $page_hook;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment