Codex tools: Log in
Contents |
Execute functions hooked on a specific filter hook, specifying arguments in an array.
This function is identical to apply_filters, but the arguments passed to the functions hooked to $tag are supplied using an array.
<?php apply_filters_ref_array( $tag, $arg ); ?>
Since: 3.0.0
apply_filters_ref_array() is located in wp-includes/plugin.php.
Filters: has_filter(), add_filter(), apply_filters(), current_filter(), merge_filters(), remove_filter(), remove_all_filters()