Included get_webhooks_ids() to interface
This commit is contained in:
parent
dcf3e27155
commit
455888fae4
|
@ -25,4 +25,11 @@ interface WC_Webhook_Data_Store_Interface {
|
|||
* @return int
|
||||
*/
|
||||
public function get_api_version_number( $api_version );
|
||||
|
||||
/**
|
||||
* Get all webhooks IDs.
|
||||
*
|
||||
* @return int[]
|
||||
*/
|
||||
public function get_webhooks_ids();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue