WP_Hook::valid()
Method:
Source: wp-includes/class-wp-hook.php:569
Method:
Source: wp-includes/class-wp-hook.php:569
Method:
Source: wp-includes/class-wp-hook.php:581
Method:
Source: wp-includes/class-wp-hook.php:462
Method:
Source: wp-includes/class-wp-hook.php:477
Method:
Source: wp-includes/class-wp-hook.php:492
Method:
Source: wp-includes/class-wp-hook.php:512
Method:
Source: wp-includes/class-wp-hook.php:527
Method:
Source: wp-includes/class-wp-hook.php:541
Method:
Source: wp-includes/class-wp-hook.php:555
Method: Normalizes filters set up before WordPress has initialized to WP_Hook objects.
Source: wp-includes/class-wp-hook.php:424
Method: Checks if any callbacks have been registered for this hook.
Source: wp-includes/class-wp-hook.php:254
Method: Removes all callbacks from the current filter.
Source: wp-includes/class-wp-hook.php:271
Method: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/class-wp-hook.php:299
Method: Calls the callback functions that have been added to an action hook.
Source: wp-includes/class-wp-hook.php:346
Method: Processes the functions hooked into the ‘all’ hook.
Source: wp-includes/class-wp-hook.php:363
Method: Return the current priority level of the currently running iteration of the hook.
Source: wp-includes/class-wp-hook.php:387
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:82
Method: Handles resetting callback priority keys mid-iteration.
Source: wp-includes/class-wp-hook.php:114
Method: Removes a callback function from a filter hook.
Source: wp-includes/class-wp-hook.php:189
Method: Checks if a specific callback has been registered for this hook.
Source: wp-includes/class-wp-hook.php:227