You appear to be a bot. Output may be restricted
Description
Implement 'woocommerce_shipping_methods' filter for oik-weightcountry-shipping
Usage
$array = add_oik_shipping( $methods );
Parameters
- $methods
- ( array ) required – array of shipping method classes
Returns
array array with "OIK_shipping" includedSource
File name: oik-weightcountry-shipping/oik-weightcountry-shipping.phpLines:
1 to 4 of 4
function add_oik_shipping( $methods ) { $methods[] = 'OIK_Shipping'; return $methods; }View on GitHub View on Trac