WC_Webhook_Data_Store_Interface::get_api_version_number()
Get API version number.
Method of the class: WC_Webhook_Data_Store_Interface{}
No Hooks.
Return
Int
.
Usage
$WC_Webhook_Data_Store_Interface = new WC_Webhook_Data_Store_Interface(); $WC_Webhook_Data_Store_Interface->get_api_version_number( $api_version );
- $api_version(string) (required)
- REST API version.
Changelog
Since 3.2.0 | Introduced. |
WC_Webhook_Data_Store_Interface::get_api_version_number() WC Webhook Data Store Interface::get api version number code WC 9.8.2
public function get_api_version_number( $api_version );