Advertisement

Advertisement

WP_Hook::current_priority

Return the current priority level of the currently running iteration of the hook.

WP_Hook::do_action

Calls the callback functions that have been added to an action hook.

Advertisement

WP_Hook::apply_filters

Calls the callback functions that have been added to a filter hook.

WP_Hook::has_filters

Checks if any callbacks have been registered for this hook.

WP_Hook::has_filter

Checks if a specific action has been registered for this hook.

Advertisement

WP_Hook::add_filter

Hooks a function or method to a specific filter action.