WC_Legacy_Customer::set_shipping_to_base()
Set customer shipping address to base address.
Метод класса: WC_Legacy_Customer{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$WC_Legacy_Customer = new WC_Legacy_Customer(); $WC_Legacy_Customer->set_shipping_to_base();
Код WC_Legacy_Customer::set_shipping_to_base() WC Legacy Customer::set shipping to base WC 7.7.0
public function set_shipping_to_base() { wc_deprecated_function( 'WC_Customer::set_shipping_to_base', '3.0', 'WC_Customer::set_shipping_address_to_base' ); $this->set_shipping_address_to_base(); }