Skip to content

Instantly share code, notes, and snippets.

@KnowTheCodePro
Created March 24, 2016 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KnowTheCodePro/3e57b02f080c4154f7f9 to your computer and use it in GitHub Desktop.
Save KnowTheCodePro/3e57b02f080c4154f7f9 to your computer and use it in GitHub Desktop.
All event
// Do 'all' actions first.
if ( isset($wp_filter['all']) ) {
$wp_current_filter[] = $tag;
$args = func_get_args();
_wp_call_all_hook($args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment