do_action_ref_array
do_action_ref_array ( $tag, $args )
Parameters:- (string) tag The name of the action to be executed.
- (array) args The arguments supplied to the functions hooked to `$tag`.
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.