apply_filters_ref_array
apply_filters_ref_array ( $tag, $args )
Parameters:- (string) $tag The name of the filter hook.
- (array) $args The arguments supplied to the functions hooked to <tt>$tag</tt>
See:Returns:- (mixed) The filtered value after all hooked functions are applied to it.
Defined at: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: -
Description
Execute functions hooked on a specific filter hook, specifying arguments in an array.