Doesn’t work on WP Multi-site
-
Just as other reviewers have noted much before me, this plugin gives an error when only any single site of a multi-site has this plug-in activated. Woocommerce is network activated. Clearly it cannot be used in this mode of operation.
I created my own repo on github and deleted a condition it was checking for activation,
$condition2 = !in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins')));
After removing this condional, activation was fine.
- The topic ‘Doesn’t work on WP Multi-site’ is closed to new replies.