File "class-wc-webhooks-data-store-interface.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php
File size: 162 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

interface WC_Webhook_Data_Store_Interface
{
    public function get_api_version_number($api_version);
    public function get_webhooks_ids($status = '');
}