Multisite Compatability
-
Hello,
Just a quick note. Your plugin is checking to make sure that WooCommerce is activated, However, this misses out if WooCommerce is network activated.
If you wanted to change this, you could simply change line 19 in main.php to
if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || isset(get_site_option( 'active_sitewide_plugins')['woocommerce/woocommerce.php']) ) {
Thank you for your plugin.
https://www.ads-software.com/plugins/woocommerce-simply-order-export/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multisite Compatability’ is closed to new replies.