woocommerce_shipping_methods, $shipping_methods
woocommerce_shipping_methods, $shipping_methods
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_shipping_methods, $shipping_methods') is found 1 times:
- /includes/class-wc-shipping.php line 152
$shipping_methods[ 'legacy_' . $method ] = 'WC_Shipping_Legacy_' . $method; } } return apply_filters( 'woocommerce_shipping_methods', $shipping_methods ); } /** * Loads all shipping methods which are hooked in. * If a $package is passed, some methods may add themselves conditionally and zones will be used. *