W3cubDocs

/WordPress

do_action( 'plugins_loaded' )

Fires once activated plugins have loaded.

Description

Pluggable functions are also available at this point in the loading order.

More Information

The hook is generally used for immediate filter setup, or plugin overrides.

The plugins_loaded action hook fires early, and precedes the setup_theme, after_setup_theme, init and wp_loaded action hooks.

Source

File: wp-settings.php

View on Trac

Changelog

Version Description
1.5.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/plugins_loaded