diff --git a/bedrock/mu-plugins-autoloader.md b/bedrock/mu-plugins-autoloader.md index b04d4362..271971c8 100644 --- a/bedrock/mu-plugins-autoloader.md +++ b/bedrock/mu-plugins-autoloader.md @@ -9,9 +9,9 @@ permalink: > https://roots.io/bedrock/docs/mu-plugins-autoloader/ published: true docs_project: - - "18" + - 'a:1:{i:0;s:2:"18";}' publish_to_discourse: - - "0" + - 'a:1:{i:0;s:1:"0";}' --- Bedrock includes an autoloader that enables standard plugins to be required just like must-use plugins. The autoloaded plugins are included after all mu-plugins and standard plugins have been loaded. An asterisk (*) next to the name of the plugin designates the plugins that have been autoloaded. To remove this functionality, just delete `web/app/mu-plugins/bedrock-autoloader.php`.