Skip to content

Instantly share code, notes, and snippets.

@ideag
Created March 16, 2013 09:07
Show Gist options
  • Save ideag/5175600 to your computer and use it in GitHub Desktop.
Save ideag/5175600 to your computer and use it in GitHub Desktop.
WordPress mu-plugins proxy file - loads selected plugins from subdirectories.
<?php
require WPMU_PLUGIN_DIR.'/tiny_tribuna/tiny_tribuna.php';
require WPMU_PLUGIN_DIR.'/akismet/akismet.php';
require WPMU_PLUGIN_DIR.'/nginx-compatibility/nginx-compatibility.php';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment