advanced code snippet search
jakubslaby on 11/19/10
wordpress admin hook
11/19/10 01:43am
1 person have marked this snippet as a favorite
scienzedellevanghe
add_action( 'admin_head', 'print_admin_hook_to_source' );function print_admin_hook_to_source() { global $hook_suffix; print_r( $hook_suffix );}
Report this snippet Tweet
Comment:
You need to login to post a comment.