-
Notifications
You must be signed in to change notification settings - Fork 85
plugins_loaded
github-actions[bot] edited this page Oct 6, 2025
·
1 revision
/**
* 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' );
\do_action( 'plugins_loaded' )
Follow @[email protected] for updates and news.