Calls the 'all' hook, which will process the functions hooked into it.
Description
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.
Parameters
$argsarray
The collected parameters from the hook that was called.
Used by · 4
apply_filters()Calls the callback functions that have been added to a filter hook.
apply_filters_ref_array()Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
do_action()Calls the callback functions that have been added to an action hook.
do_action_ref_array()Calls the callback functions that have been added to an action hook, specifying arguments in an array.
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 6.9.7 tag, from src/wp-includes/plugin.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.