Skip to content

Installation

Milan Petrovic edited this page Sep 26, 2020 · 2 revisions

How to install individual plugins

First, you need to make sure you have mu-plugins directory inside wp-content directory. If you don't have it, create it: wp-content/mu-plugins.

After that, take one or more PHP files from this repository placed in mu-plugins directory, and copy them into your wp-content/mu-plugins directory. Some plugins might have some configuration, in all cases using PHP define() function at the top of the plugin file, so make sure you make the changes where needed.

Each individual plugin has its own Wiki page, so check them out, and find what needs to be changed.

Feel free to make other changes you need for any of the plugins.

Clone this wiki locally