WP_Hook::valid()
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:541
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:541
Method: Rewinds the Iterator to the first element.
Source: wp-includes/class-wp-hook.php:552
Method: Moves forward to the next element.
Source: wp-includes/class-wp-hook.php:515
Method: Returns the key of the current element.
Source: wp-includes/class-wp-hook.php:528
Method: Determines whether an offset value exists.
Source: wp-includes/class-wp-hook.php:444
Method: Retrieves a value at a specified offset.
Source: wp-includes/class-wp-hook.php:458
Method: Sets a value at a specified offset.
Source: wp-includes/class-wp-hook.php:472
Method: Unsets a specified offset.
Source: wp-includes/class-wp-hook.php:489
Method: Returns the current element.
Source: wp-includes/class-wp-hook.php:502
Method: Removes all callbacks from the current filter.
Source: wp-includes/class-wp-hook.php:258
Method: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/class-wp-hook.php:284
Method: Calls the callback functions that have been added to an action hook.
Source: wp-includes/class-wp-hook.php:329
Method: Processes the functions hooked into the ‘all’ hook.
Source: wp-includes/class-wp-hook.php:346
Method: Return the current priority level of the currently running iteration of the hook.
Source: wp-includes/class-wp-hook.php:370
Method: Normalizes filters set up before WordPress has initialized to WP_Hook objects.
Source: wp-includes/class-wp-hook.php:407
Method: Checks if any callbacks have been registered for this hook.
Source: wp-includes/class-wp-hook.php:241
Class: Core class used to implement action and filter hook functionality.
Source: wp-includes/class-wp-hook.php:18
Method: Adds a callback function to a filter hook.
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: Removes a callback function from a filter hook.
Source: wp-includes/class-wp-hook.php:178
Method: Checks if a specific callback has been registered for this hook.
Source: wp-includes/class-wp-hook.php:214