WC_REST_Webhooks_V2_Controller::get_default_api_versionprotectedWC 3.0.0

Get the default REST API version.

Method of the class: WC_REST_Webhooks_V2_Controller{}

No Hooks.

Returns

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_V2_Controller::get_default_api_version() code WC 10.3.6

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