woocommerce_register_shipping_method( string|object $shipping_method )

Register a shipping method.


Description Description


Parameters Parameters

$shipping_method

(Required) class name (string) or a class object.


Top ↑

Source Source

File: includes/wc-core-functions.php

function woocommerce_register_shipping_method( $shipping_method ) {
	WC()->shipping()->register_shipping_method( $shipping_method );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.7 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.