Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Autoload mu-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Simeon committed Aug 10, 2022
1 parent 7e8893d commit e3a517d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions template/web/wp-content/mu-plugins/mu-require.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
/**
* Plugin Name: MU Plugin Loader
* Plugin URI: https://github.com/boxuk/wp-muplugin-loader
* Description: MU Plugin Loader - Autoload your mu-plugin directories.
* Version: 1.1.0
* Author: Box UK / Luke Woodward
* Author URI: https://github.com/boxuk/wp-muplugin-loader
*
* @since 1.1.0
*/
require_once __DIR__ . '/../../../vendor/boxuk/wp-muplugin-loader/src/lkwdwrd/mu-loader.php';

0 comments on commit e3a517d

Please sign in to comment.