WC_REST_V4_Controller::get_api_version
Get the default REST API version.
Method of the class: WC_REST_V4_Controller{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_api_version();
WC_REST_V4_Controller::get_api_version() WC REST V4 Controller::get api version code WC 10.3.6
protected function get_api_version() {
return 'v4';
}