did_filter()
Function: Retrieves the number of times a filter has been applied during the current request.
Source: wp-includes/plugin.php:411
Function: Retrieves the number of times a filter has been applied during the current request.
Source: wp-includes/plugin.php:411
Function: Fires functions attached to a deprecated filter hook.
Source: wp-includes/plugin.php:711
Function: Fires functions attached to a deprecated action hook.
Source: wp-includes/plugin.php:738
Function: Set the activation hook for a plugin.
Source: wp-includes/plugin.php:868
Function: Sets the deactivation hook for a plugin.
Source: wp-includes/plugin.php:891
Function: Sets the uninstallation hook for a plugin.
Source: wp-includes/plugin.php:922
Function: Calls the ‘all’ hook, which will process the functions hooked into it.
Source: wp-includes/plugin.php:960
Function: Checks if any action has been registered for a hook.
Source: wp-includes/plugin.php:588
Function: Builds Unique ID for storage and retrieval.
Source: wp-includes/plugin.php:999
Function: Removes a callback function from an action hook.
Source: wp-includes/plugin.php:612
Function: Removes all of the callback functions from an action hook.
Source: wp-includes/plugin.php:626
Function: Gets the basename of a plugin.
Source: wp-includes/plugin.php:764
Function: Register a plugin’s real path.
Source: wp-includes/plugin.php:801
Function: Get the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:834
Function: Get the URL directory path (with trailing slash) for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:846
Function: Adds a callback function to a filter hook.
Source: wp-includes/plugin.php:121
Function: Calls the callback functions that have been added to an action hook.
Source: wp-includes/plugin.php:482
Function: Checks if any filter has been registered for a hook.
Source: wp-includes/plugin.php:281
Function: Retrieves the number of times an action has been fired during the current request.
Source: wp-includes/plugin.php:675
Function: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/plugin.php:173
Function: Calls the callback functions that have been added to an action hook, specifying arguments in an array.
Source: wp-includes/plugin.php:537
Function: Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
Source: wp-includes/plugin.php:228
Function: Removes a callback function from a filter hook.
Source: wp-includes/plugin.php:313
Function: Removes all of the callback functions from a filter hook.
Source: wp-includes/plugin.php:341
Function: Retrieves the name of the current filter hook.
Source: wp-includes/plugin.php:364
Function: Retrieves the name of the current action hook.
Source: wp-includes/plugin.php:637
Function: Returns whether or not a filter hook is currently being processed.
Source: wp-includes/plugin.php:391
Function: Returns whether or not an action hook is currently being processed.
Source: wp-includes/plugin.php:661
Function: Adds a callback function to an action hook.
Source: wp-includes/plugin.php:441