apply_filters_ref_array


apply_filters_ref_array ( $hook_name, $args )

Parameters:
  • (string) hook_name The name of the filter hook.
  • (array) args The arguments supplied to the functions hooked to `$hook_name`.
See:
Returns:
  • (mixed) The filtered value after all hooked functions are applied to it.
Defined at:

Description

Calls the callback functions that have been added to a filter hook, specifying arguments in an array.

Related Functions

apply_filters, apply_filters_deprecated, do_action_ref_array, wp_is_numeric_array, _wp_filter_font_directory

Top Google Results

User discussions

wpseek mobile