Processes the functions hooked into the ‘all’ hook.
WP_Hook::current_priority
Return the current priority level of the currently running iteration of the hook.
WP_Hook::add_filter
Hooks a function or method to a specific filter action.
WP_Hook::resort_active_iterations
Handles resetting callback priority keys mid-iteration.
Advertisement
WP_Hook::remove_filter
Unhooks a function or method from a specific filter action.
WP_Hook::offsetUnset
Unsets a specified offset.
WP_Hook::current
Returns the current element.
WP_Hook::add_filter
Hooks a function or method to a specific filter action.
Advertisement
WP_Hook::next
Moves forward to the next element.
WP_Hook::resort_active_iterations
Handles resetting callback priority keys mid-iteration.
WP_Hook::key
Returns the key of the current element.
WP_Hook::remove_filter
Unhooks a function or method from a specific filter action.
Advertisement
WP_Hook::valid
Checks if current position is valid.
WP_Hook::has_filter
Checks if a specific action has been registered for this hook.
WP_Hook::rewind
Rewinds the Iterator to the first element.