File "interface-wc-api-handler.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php
File size: 199 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

if (!defined('ABSPATH')) {
    exit;
}
interface WC_API_Handler
{
    public function get_content_type();
    public function parse_body($data);
    public function generate_response($data);
}