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