Merge pull request #10350 from aelia-co/Improvement-Shipping_Zone-Methods_Filter

Added new filter in WC_Shipping_Zone::get_shipping_methods()
This commit is contained in:
Mike Jolley 2016-02-16 12:26:54 +00:00
commit f90f7fdd7b
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
} }
/** /**