woocommerce_shipping_methods, $shipping_methods

woocommerce_shipping_methods, $shipping_methods

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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.
    	 *