Advertisement

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.

WP_Hook

Core class used to implement action and filter hook functionality.