WC_Legacy_Customer::get_state
Legacy get state.
Метод класса: WC_Legacy_Customer{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Legacy_Customer = new WC_Legacy_Customer(); $WC_Legacy_Customer->get_state();
Код WC_Legacy_Customer::get_state() WC Legacy Customer::get state WC 10.7.0
function get_state() {
wc_deprecated_function( 'WC_Customer::get_state', '3.0', 'WC_Customer::get_billing_state' );
return $this->get_billing_state();
}