WooCommerce recognized as inactive on multisite
-
Your plugin doesn’t recognize WooCommerce as being active on multisites.
Everything works fine if you replace your code in
is_woocommerce_active
with:if (!function_exists('is_plugin_active')){ include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); } return is_plugin_active('woocommerce/woocommerce.php');
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WooCommerce recognized as inactive on multisite’ is closed to new replies.