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 4 of 4
function oik_weight_zone_shipping_loaded() { add_action( 'before_woocommerce_init', 'oik_weight_zone_shipping_before_woocommerce_init' ); add_action( "woocommerce_init", "oik_weight_zone_shipping_woocommerce_init" ); }View on GitHub View on Trac
