Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save INDIAN2020/1f00824ef32a7752711c182c69327718 to your computer and use it in GitHub Desktop.
Save INDIAN2020/1f00824ef32a7752711c182c69327718 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