WC_REST_Taxes_V1_Controller::__construct
Constructor.
Method of the class: WC_REST_Taxes_V1_Controller{}
No Hooks.
Returns
null. Nothing (null).
Usage
$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 code WC 10.8.1
public function __construct() {
$this->initialize_rest_api_cache();
}