WP_Hook::valid()
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:494
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:494
Method: Rewinds the Iterator to the first element.
Source: wp-includes/class-wp-hook.php:505
Method: Determines whether an offset value exists.
Source: wp-includes/class-wp-hook.php:397
Method: Retrieves a value at a specified offset.
Source: wp-includes/class-wp-hook.php:411
Method: Sets a value at a specified offset.
Source: wp-includes/class-wp-hook.php:425
Method: Unsets a specified offset.
Source: wp-includes/class-wp-hook.php:442
Method: Returns the current element.
Source: wp-includes/class-wp-hook.php:455
Method: Moves forward to the next element.
Source: wp-includes/class-wp-hook.php:468
Method: Returns the key of the current element.
Source: wp-includes/class-wp-hook.php:481
Method: Executes the callback functions hooked on a specific action hook.
Source: wp-includes/class-wp-hook.php:308
Method: Processes the functions hooked into the ‘all’ hook.
Source: wp-includes/class-wp-hook.php:325
Method: Return the current priority level of the currently running iteration of the hook.
Source: wp-includes/class-wp-hook.php:347
Method: Normalizes filters set up before WordPress has initialized to WP_Hook objects.
Source: wp-includes/class-wp-hook.php:363
Method: Checks if any callbacks have been registered for this hook.
Source: wp-includes/class-wp-hook.php:223
Method: Removes all callbacks from the current filter.
Source: wp-includes/class-wp-hook.php:239
Method: Calls the callback functions added to a filter hook.
Source: wp-includes/class-wp-hook.php:264
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 reseting callback priority keys mid-iteration.
Source: wp-includes/class-wp-hook.php:102
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:197