Which functions in theme or plugin load first

In wp-settings.php, WordPress first checks for any must-use plugins (plugins in the optional mu-plugins folder) and loads those.

Then, if you’re running a multisite installation, it checks for plugins that are network-activated and loads those.

Leave a Comment