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 October 2, 2025 18:47
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
*/
/**