WC_Webhook_Data_Store_Interface::get_api_version_number() public WC 3.2.0
Get API version number.
{} It's a 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. |
Code of WC_Webhook_Data_Store_Interface::get_api_version_number() WC Webhook Data Store Interface::get api version number WC 5.0.0
public function get_api_version_number( $api_version );