Skip to content

Instantly share code, notes, and snippets.

@duogeekdev
Created May 9, 2015 22:02
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 duogeekdev/ce3969becc0ef081daae to your computer and use it in GitHub Desktop.
Save duogeekdev/ce3969becc0ef081daae to your computer and use it in GitHub Desktop.
Change Mu-Plugins Directory
<?php
define( 'WPMU_PLUGIN_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/path/to/mu-plugins' );
//or
define( 'WPMU_PLUGIN_URL', WP_CONTENT_URL . '/path/to/mu-plugins' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment