Changeset 1412501
- Timestamp:
- 05/08/2016 10:37:21 AM (10 years ago)
- File:
-
- 1 edited
-
wc-products-pack/trunk/wc_product_pack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-products-pack/trunk/wc_product_pack.php
r1412496 r1412501 15 15 */ 16 16 17 if (!function_exists('is_plugin_active_for_network')) 18 require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); 19 17 20 // Check if WooCommerce is active and bail if it's not 18 21 if ( !is_woocommerce_active() ) { 19 22 return; 20 23 } 21 22 if (!function_exists('is_plugin_active_for_network'))23 require_once( ABSPATH . 'wp-admin/includes/plugin.php' );24 24 25 25
Note: See TracChangeset
for help on using the changeset viewer.