WC_REST_Taxes_V1_Controller::__construct
Constructor.
Метод класса: WC_REST_Taxes_V1_Controller{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_REST_Taxes_V1_Controller = new WC_REST_Taxes_V1_Controller(); $WC_REST_Taxes_V1_Controller->__construct();
Код WC_REST_Taxes_V1_Controller::__construct() WC REST Taxes V1 Controller:: construct WC 10.8.1
public function __construct() {
$this->initialize_rest_api_cache();
}