woocommerce_shipping_init

woocommerce_shipping_init

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_shipping_init') is found 1 times:

  • /includes/class-wc-shipping.php line 122
    	/**
    	 * Initialize shipping.
    	 */
    	public function init() {
    		do_action( 'woocommerce_shipping_init' );
    	}
    
    	/**
    	 * Shipping methods register themselves by returning their main class name through the woocommerce_shipping_methods filter.
    	 *
    	 * @return array