$args – filter
Invokers
1 to 3 of 3
- apply_filters_ref_array() – Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
- do_action_ref_array() – Calls the callback functions that have been added to an action hook, specifying arguments in an array.
- WP_Hook::do_action() – Calls the callback functions that have been added to an action hook.