WC_Shipping::__wakeup()
Unserializing instances of this class is forbidden.
Метод класса: WC_Shipping{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Shipping = new WC_Shipping(); $WC_Shipping->__wakeup();
Список изменений
С версии 2.1 | Введена. |
Код WC_Shipping::__wakeup() WC Shipping:: wakeup WC 9.6.1
public function __wakeup() { wc_doing_it_wrong( __FUNCTION__, __( 'Unserializing instances of this class is forbidden.', 'woocommerce' ), '2.1' ); }