WC_REST_Data_Countries_Controller::__construct
Constructor.
Method of the class: WC_REST_Data_Countries_Controller{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_REST_Data_Countries_Controller = new WC_REST_Data_Countries_Controller(); $WC_REST_Data_Countries_Controller->__construct();
WC_REST_Data_Countries_Controller::__construct() WC REST Data Countries Controller:: construct code WC 10.8.1
public function __construct() {
$this->initialize_rest_api_cache();
}