WC_Shipping::init()
Initialize shipping.
Method of the class: WC_Shipping{}
Hooks from the method
Return
null
. Nothing.
Usage
$WC_Shipping = new WC_Shipping(); $WC_Shipping->init();
WC_Shipping::init() WC Shipping::init code WC 7.7.0
public function init() { do_action( 'woocommerce_shipping_init' ); }