Codex tools: Log in / create account
Contents |
Execute functions hooked on a specific action hook, specifying arguments in a array.
This function is identical to do_action, but the arguments passed to the functions hooked to $tag are supplied using an array.
<?php do_action_ref_array( $tag, $arg ); ?>
Since: 2.1.0
do_action_ref_array() is located in wp-includes/plugin.php.
Actions: add_action, do_action, do_action_ref_array, did_action, has_action, remove_action, remove_all_actions