Skip to content

Instantly share code, notes, and snippets.

@yanknudtskov
Created January 4, 2014 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yanknudtskov/8255258 to your computer and use it in GitHub Desktop.
Save yanknudtskov/8255258 to your computer and use it in GitHub Desktop.
Change location the Wordpress Must Use Plugin Folder (mu-plugins)
define( 'WPMU_PLUGIN_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/path/to/mu-plugins' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment