woocommerce_shipping_zone_shipping_methods, $methods, $raw_methods, $allowed_classes, $this

woocommerce_shipping_zone_shipping_methods, $methods, $raw_methods, $allowed_classes, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_shipping_zone_shipping_methods, $methods, $raw_methods, $allowed_classes, $this') is found 1 times:

  • /includes/class-wc-shipping-zone.php line 208
    		}
    
    		uasort( $methods, 'wc_shipping_zone_method_order_uasort_comparison' );
    
    		return apply_filters( 'woocommerce_shipping_zone_shipping_methods', $methods, $raw_methods, $allowed_classes, $this );
    	}
    
    	/**
    	 * --------------------------------------------------------------------------
    	 * Setters
    	 * --------------------------------------------------------------------------