• 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.

    • This topic was modified 5 years, 1 month ago by spinozarabel.
  • The topic ‘Doesn’t work on WP Multi-site’ is closed to new replies.