WC_REST_Webhooks_V1_Controller::get_default_api_version()protectedWC 3.0.0

Get the default REST API version.

Method of the class: WC_REST_Webhooks_V1_Controller{}

No Hooks.

Return

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_default_api_version();

Changelog

Since 3.0.0 Introduced.

WC_REST_Webhooks_V1_Controller::get_default_api_version() code WC 8.7.0

protected function get_default_api_version() {
	return 'wp_api_v1';
}