Dependency issues on a network installation
-
I have a network WordPress setup where Plugin Dependencies is activated network-wide. Now, there are two plugins,
PluginA
andPluginB
.PluginB
depends onPluginA
, like so:
<?php
/**
* Plugin Name: PluginB
* Depends: PluginA
*/
The first issue I’m experiencing is being able to activate
PluginB
network-wide, regardless of whetherPluginA
is active or not.But, most importantly, when
PluginA
is activated network-wide,PluginB
cannot 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.