_wp_call_all_hook [ WordPress Function ]
| Access: |
|
| Parameters: |
|
| Uses: |
|
| Defined at: |
|
Calls the 'all' hook, which will process the functions hooked into it.
The 'all' hook passes all of the arguments or parameters that were used for the hook, which this function was called for.
This function is used internally for apply_filters(), do_action(), and do_action_ref_array() and is not meant to be used from outside those functions. This function does not check for the existence of the all hook, so it will fail unless the all hook exists prior to this function call.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- _wp_call_all_hook
Function and Method Cross Reference. _wp_call_all_hook(). Defined at: /wp- includes/plugin.php -> line 686. Referenced 4 times: /wp-includes/plugin.php ...
phpxref.ftwr.co.uk - _wp_call_all_hook
Function and Method Cross Reference. _wp_call_all_hook(). Defined at: /bb- includes/backpress/functions.plugin-api.php -> line 672. Referenced 4 times: ...
phpxref.ftwr.co.uk - _wp_call_all_hook (WordPress Function) - WPSeek.com
WordPress lookup for _wp_call_all_hook, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - <?php /** * The plugin API is located in this file, which allows for ...
... $tag; $args = func_get_args(); _wp_call_all_hook($args); } if ( !isset($wp_filter[ $tag]) ) { if ( isset($wp_filter['all']) ) array_pop($wp_current_filter); return $value; } ...
core.svn.wordpress.org