wp_register_plugin_realpath()
Function: Register a plugin’s real path.
Source: wp-includes/plugin.php:688
Function: Register a plugin’s real path.
Source: wp-includes/plugin.php:688
Function: Get the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:720
Function: Get the URL directory path (with trailing slash) for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:732
Function: Set the activation hook for a plugin.
Source: wp-includes/plugin.php:754
Function: Set the deactivation hook for a plugin.
Source: wp-includes/plugin.php:777
Function: Set the uninstallation hook for a plugin.
Source: wp-includes/plugin.php:808
Function: Call the ‘all’ hook, which will process the functions hooked into it.
Source: wp-includes/plugin.php:843
Function: Build Unique ID for storage and retrieval.
Source: wp-includes/plugin.php:883
Function: Check if any action has been registered for a hook.
Source: wp-includes/plugin.php:536
Function: Removes a function from a specified action hook.
Source: wp-includes/plugin.php:554