Dependency issues on a network installation
-
I have a network WordPress setup where Plugin Dependencies is activated network-wide. Now, there are two plugins,
PluginAandPluginB.PluginBdepends onPluginA, like so:
<?php
/**
* Plugin Name: PluginB
* Depends: PluginA
*/
The first issue I’m experiencing is being able to activate
PluginBnetwork-wide, regardless of whetherPluginAis active or not.But, most importantly, when
PluginAis activated network-wide,PluginBcannot be activated locally, on a single site!Any thoughts?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Dependency issues on a network installation’ is closed to new replies.