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:712
Function: Fires functions attached to a deprecated action hook.
Source: wp-includes/plugin.php:739
Function: Set the activation hook for a plugin.
Source: wp-includes/plugin.php:869
Function: Sets the deactivation hook for a plugin.
Source: wp-includes/plugin.php:892
Function: Sets the uninstallation hook for a plugin.
Source: wp-includes/plugin.php:923
Function: Calls the ‘all’ hook, which will process the functions hooked into it.
Source: wp-includes/plugin.php:961
Function: Checks if any action has been registered for a hook.
Source: wp-includes/plugin.php:588
Function: Builds a unique string ID for a hook callback function.
Source: wp-includes/plugin.php:989
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:765
Function: Register a plugin’s real path.
Source: wp-includes/plugin.php:802
Function: Get the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:835
Function: Get the URL directory path (with trailing slash) for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:847
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