File: wp-includes/class-wp-hook.php
-
methodWP_Hook::valid()
-
methodWP_Hook::rewind()
-
methodWP_Hook::offsetExists()
-
methodWP_Hook::offsetGet()
-
methodWP_Hook::offsetSet()
-
methodWP_Hook::offsetUnset()
-
methodWP_Hook::current()
-
methodWP_Hook::next()
-
methodWP_Hook::key()
-
Normalizes filters set up before WordPress has initialized to WP_Hook objects.
-
methodWP_Hook::has_filters()
Checks if any callbacks have been registered for this hook.
-
Removes all callbacks from the current filter.
-
methodWP_Hook::apply_filters()
Calls the callback functions that have been added to a filter hook.
-
methodWP_Hook::do_action()
Calls the callback functions that have been added to an action hook.
-
methodWP_Hook::do_all_hook()
Processes the functions hooked into the ‘all’ hook.
-
Return the current priority level of the currently running iteration of the hook.
-
classWP_Hook
Core class used to implement action and filter hook functionality.
-
methodWP_Hook::add_filter()
Adds a callback function to a filter hook.
-
Handles resetting callback priority keys mid-iteration.
-
methodWP_Hook::remove_filter()
Removes a callback function from a filter hook.
-
methodWP_Hook::has_filter()
Checks if a specific callback has been registered for this hook.