Skip to content

Instantly share code, notes, and snippets.

@johnheimkes
Created August 14, 2014 15:31
Show Gist options
  • Save johnheimkes/b633475e47b232a5bb78 to your computer and use it in GitHub Desktop.
Save johnheimkes/b633475e47b232a5bb78 to your computer and use it in GitHub Desktop.
Show all hooks
<?php
function ag_show_me_hooks() {
global $wp_current_filter;
var_dump( $wp_current_filter );
}
add_action( 'all', 'ag_show_me_hooks' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment