WP_Hook::valid()
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:516
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:516
Method: Rewinds the Iterator to the first element.
Source: wp-includes/class-wp-hook.php:527
Method: Moves forward to the next element.
Source: wp-includes/class-wp-hook.php:490
Method: Returns the key of the current element.
Source: wp-includes/class-wp-hook.php:503
Method: Determines whether an offset value exists.
Source: wp-includes/class-wp-hook.php:419
Method: Retrieves a value at a specified offset.
Source: wp-includes/class-wp-hook.php:433
Method: Sets a value at a specified offset.
Source: wp-includes/class-wp-hook.php:447
Method: Unsets a specified offset.
Source: wp-includes/class-wp-hook.php:464
Method: Returns the current element.
Source: wp-includes/class-wp-hook.php:477
Method: Removes all callbacks from the current filter.
Source: wp-includes/class-wp-hook.php:238
Method: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/class-wp-hook.php:264
Method: Calls the callback functions that have been added to an action hook.
Source: wp-includes/class-wp-hook.php:309
Method: Processes the functions hooked into the ‘all’ hook.
Source: wp-includes/class-wp-hook.php:326
Method: Return the current priority level of the currently running iteration of the hook.
Source: wp-includes/class-wp-hook.php:348
Method: Normalizes filters set up before WordPress has initialized to WP_Hook objects.
Source: wp-includes/class-wp-hook.php:385
Method: Checks if any callbacks have been registered for this hook.
Source: wp-includes/class-wp-hook.php:222
Class: Core class used to implement action and filter hook functionality.
Source: wp-includes/class-wp-hook.php:18
Method: Hooks a function or method to a specific filter action.
Source: wp-includes/class-wp-hook.php:73
Method: Handles resetting callback priority keys mid-iteration.
Source: wp-includes/class-wp-hook.php:103
Method: Unhooks a function or method from a specific filter action.
Source: wp-includes/class-wp-hook.php:171
Method: Checks if a specific action has been registered for this hook.
Source: wp-includes/class-wp-hook.php:196