WC_REST_Taxes_V1_Controller::__constructpublicWC 1.0

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 10.8.1

public function __construct() {
	$this->initialize_rest_api_cache();
}