diff --git a/woocommerce.php b/woocommerce.php index 84b4f3c12b3..78caae3d4bc 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -22,8 +22,6 @@ if ( ! defined( 'ABSPATH' ) ) { if ( ! class_exists( 'WooCommerce' ) ) : -add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' ); - /** * Main WooCommerce Class *