WP_Hook::valid()
Method:
Source: wp-includes/class-wp-hook.php:550
Method:
Source: wp-includes/class-wp-hook.php:550
Method:
Source: wp-includes/class-wp-hook.php:562
Method:
Source: wp-includes/class-wp-hook.php:446
Method:
Source: wp-includes/class-wp-hook.php:461
Method:
Source: wp-includes/class-wp-hook.php:476
Method:
Source: wp-includes/class-wp-hook.php:494
Method:
Source: wp-includes/class-wp-hook.php:508
Method:
Source: wp-includes/class-wp-hook.php:522
Method:
Source: wp-includes/class-wp-hook.php:536
Method: Normalizes filters set up before WordPress has initialized to WP_Hook objects.
Source: wp-includes/class-wp-hook.php:408
Method: Checks if any callbacks have been registered for this hook.
Source: wp-includes/class-wp-hook.php:242
Method: Removes all callbacks from the current filter.
Source: wp-includes/class-wp-hook.php:259
Method: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/class-wp-hook.php:285
Method: Calls the callback functions that have been added to an action hook.
Source: wp-includes/class-wp-hook.php:330
Method: Processes the functions hooked into the ‘all’ hook.
Source: wp-includes/class-wp-hook.php:347
Method: Return the current priority level of the currently running iteration of the hook.
Source: wp-includes/class-wp-hook.php:371
Class: Core class used to implement action and filter hook functionality.
Source: wp-includes/class-wp-hook.php:19
Method: Adds a callback function to a filter hook.
Source: wp-includes/class-wp-hook.php:74
Method: Handles resetting callback priority keys mid-iteration.
Source: wp-includes/class-wp-hook.php:104
Method: Removes a callback function from a filter hook.
Source: wp-includes/class-wp-hook.php:179
Method: Checks if a specific callback has been registered for this hook.
Source: wp-includes/class-wp-hook.php:215