Skip to content

plugins_loaded

github-actions[bot] edited this page Oct 6, 2025 · 1 revision

Auto-generated Example

/**
 * Callback function for the 'plugins_loaded' filter.
 * @return mixed The filtered value.
 */
function my_plugins_loaded_callback() {
    // Your code here.
}
add_filter( 'plugins_loaded', 'my_plugins_loaded_callback' );

Files

\do_action( 'plugins_loaded' )

← All Hooks

Users

Developers

Clone this wiki locally