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: Builds Unique ID for storage and retrieval.
Source: wp-includes/plugin.php:999
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: 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: Calls the callback functions that have been added to an action hook, specifying arguments in an array.
Source: wp-includes/plugin.php:537