Skip to content

Instantly share code, notes, and snippets.

View gaambo's full-sized avatar

Fabian Todt gaambo

View GitHub Profile
@afragen
afragen / mu-loader.php
Last active November 4, 2024 21:41
A generic mu-plugins loader for plugins stored in wp-content/plugins folder.
<?php
/**
* MU Loader
*
* @author Andy Fragen, Colin Stewart
* @license MIT
* @package mu-plugins
*/
/**