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