WP_Hook
Class: Core class used to implement action and filter hook functionality.
Source: wp-includes/class-wp-hook.php:19
Class: Core class used to implement action and filter hook functionality.
Source: wp-includes/class-wp-hook.php:19
Method:
Source: wp-includes/class-wp-hook.php:508
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: Builds Unique ID for storage and retrieval.
Source: wp-includes/plugin.php:999