Project Description:
We have a word press plugin (WProb0t) which we need to run as two separate installs on the same wordpress website.
We need the two installs of the plugin to work independently of each other which would for example give us one plugin called WProb0t and another plugin called WProb0tA. They are not to share any data between them - they must be completely independent of each other.
We have been advised that this should be relatively easy to do, mostly just copying the files and then bulk changing variables / function names to prevent a conflict.