WP_Hook::key()
Method: Returns the key of the current element.
Source: wp-includes/class-wp-hook.php:482
Method: Returns the key of the current element.
Source: wp-includes/class-wp-hook.php:482
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:495
Method: Rewinds the Iterator to the first element.
Source: wp-includes/class-wp-hook.php:506
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
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
Method: Executes the callback functions hooked on a specific action hook.
Source: wp-includes/class-wp-hook.php:308