Plugin API: WP_Hook class
Parameters
- .
- ( WordPress ) . .
- .
- ( Plugin ) . .
- .
- ( 4.7.0 ) . .
Invokers
1 to 7 of 7
- apply_filters_deprecated() – Fires functions attached to a deprecated filter hook.
- apply_filters_ref_array() – Execute functions hooked on a specific filter hook, specifying arguments in an array.
- apply_filters() – Call the functions added to a filter hook.
- do_action_deprecated() – Fires functions attached to a deprecated action hook.
- do_action_ref_array() – Execute functions hooked on a specific action hook, specifying arguments in an array.
- do_action() – Execute functions hooked on a specific action hook.
- wc_do_deprecated_action() – Runs a deprecated action with notice only if used.