Skip to content

Instantly share code, notes, and snippets.

@nopivnick
Created October 1, 2013 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nopivnick/6783896 to your computer and use it in GitHub Desktop.
Save nopivnick/6783896 to your computer and use it in GitHub Desktop.
A .php proxy loader file for loading plugins that are nested in a directory inside /wp-content/mu-plugins.
<?php
/**
* a proxy loader file to load the name-of-plugin in /wp-content/mu-plugins/name-of-plugin
*/
require_once (WPMU_PLUGIN_DIR.'/name-of-plugin/name-of-plugin.php');')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment