WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about plugin_loaded

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-settings.php do_action 457 /**
* Fires once a single activated plugin has loaded.
*
* @since 5.1.0
*
* @param string $plugin Full path to the plugin's main file.
*/

Hook Parameters

Parameter Type Name Description
string $plugin Full path to the plugin's main file.