Core Function
View Source on Trac ↗ _wp_call_all_hook()
_wp_call_all_hook( mixed $args ) Calls the 'all' hook, which will process the functions hooked into it.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $args array | The collected parameters from the hook that was called. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.5.0
Source File
wp-includes/plugin.php
Advertisement