Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save frankyonnetti/9ecaaaa22c1e767af79bd1c33eeca34b to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/9ecaaaa22c1e767af79bd1c33eeca34b to your computer and use it in GitHub Desktop.
WordPress - contrib plugin to Must-Use (MU) #wordpress

Upload (or move) the contrib plugin directory into the /wp-content/mu-plugins/ directory.

Then create a proxy PHP loader file (such as load.php) in your mu-plugins directory.

for example:

<?php require WPMU_PLUGIN_DIR . '/add-to-any/add-to-any.php';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment