Multisite Usage
-
Hi,
I was wondering what your policy with multi sites is?
Do we require a license for just the WordPress install?Also where can I find details about the multi site version?
Just FYI I needed to change the check to see if Woocommerce is activated, as it doesn’t work on a multisite installed.
See below:// Check to see if WooCommerce is Activated. if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) { if ( ! function_exists( 'is_plugin_active_for_network' ) ) { require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); } if ( !is_plugin_active_for_network( 'woocommerce/woocommerce.php' ) ) { add_action('admin_notices', 'udraw_woocommerce_admin_notice'); $passed_sanity_check = false; } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multisite Usage’ is closed to new replies.