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:
Mike Jolley 2015-09-04 11:08:39 +01:00
parent d90d562b42
commit 33edaa10d4
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ if ( ! defined( 'ABSPATH' ) ) {
if ( ! class_exists( 'WooCommerce' ) ) :
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
/**
* Main WooCommerce Class
*