Codex tools: Log in
Contents |
Execute functions hooked on a specific action hook, specifying arguments in an 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: has_action(), add_action(), do_action(), do_action_ref_array(), did_action(), remove_action(), remove_all_actions()