do_action_ref_array
do_action_ref_array ( $hook_name, $args )
Parameters:- (string) hook_name The name of the action to be executed.
- (array) args The arguments supplied to the functions hooked to `$hook_name`.
See:Defined at: - Introduced in WordPress: 2.1.0
- Deprecated in WordPress: —
Description
Calls the callback functions that have been added to an action hook, specifying arguments in an array.