Revert filter to default
Can be enabled in plugins with: add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
This commit is contained in:
parent
d90d562b42
commit
33edaa10d4
|
@ -22,8 +22,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|
||||||
if ( ! class_exists( 'WooCommerce' ) ) :
|
if ( ! class_exists( 'WooCommerce' ) ) :
|
||||||
|
|
||||||
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main WooCommerce Class
|
* Main WooCommerce Class
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue