Fires once a single activated plugin has loaded.
$pluginstringwp-settings.php:536file scope<?php * Fires once a single activated plugin has loaded. * * @since 5.1.0 * * @param string $plugin Full path to the plugin's main file. */ do_action( 'plugin_loaded', $plugin );}unset( $plugin, $_wp_plugin_file ); // Load pluggable functions.require ABSPATH . WPINC . '/pluggable.php';require ABSPATH . WPINC . '/pluggable-deprecated.php';Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.