You appear to be a bot. Output may be restricted
Description
Function to invoke when loadedOnly supports WooCommerce 2.6 and higher We need to check the WooCommerce version if WooCommerce is active.
Usage
oik_weight_zone_shipping_loaded();
Parameters
Returns
voidSource
File name: oik-weight-zone-shipping/oik-weight-zone-shipping.phpLines:
1 to 3 of 3
function oik_weight_zone_shipping_loaded() { add_action( "woocommerce_init", "oik_weight_zone_shipping_woocommerce_init" ); }View on GitHub View on Trac