Advertisement
Guest User

Untitled

a guest
May 25th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. add_action('current_screen', "whats_my_hook" );
  2.  
  3. function whats_my_hook() {
  4. global $page_hook;
  5. echo "My page hook:" . $page_hook;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement