From d4ada2c4d7cb628b4879e0c25bb5316d968190a0 Mon Sep 17 00:00:00 2001 From: Diego Zanella Date: Sat, 13 Feb 2016 23:23:10 +0000 Subject: [PATCH] Added new filter in Shipping Zone * The filter will allow 3rd parties to process the INSTANCES of the shipping methods loaded for a zone. --- includes/class-wc-shipping-zone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-shipping-zone.php b/includes/class-wc-shipping-zone.php index f2dd568d246..11e90179696 100644 --- a/includes/class-wc-shipping-zone.php +++ b/includes/class-wc-shipping-zone.php @@ -249,7 +249,7 @@ class WC_Shipping_Zone implements WC_Data { } } - return $methods; + return apply_filters( 'woocommerce_shipping_zone_shipping_methods', $methods, $raw_methods, $allowed_classes, $this ); } /**