Fires once activated plugins have loaded.
wp-settings.php:578file scope * Fires once activated plugins have loaded. * * Pluggable functions are also available at this point in the loading order. * * @since 1.5.0 */do_action( 'plugins_loaded' ); // Define constants which affect functionality if not already defined.wp_functionality_constants(); // Add magic quotes and set up $_REQUEST ( $_GET + $_POST ).wp_magic_quotes();Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.