woocommerce/includes/data-stores/interfaces/class-wc-shipping-zone-data...

18 lines
289 B
PHP
Raw Normal View History

2016-11-15 21:53:11 +00:00
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* WC Shipping Zone Data Store Interface
*
* Functions that must be defined by shipping zone store classes.
*
* @version 2.7.0
* @category Interface
* @author WooCommerce
*/
interface WC_Shipping_Zone_Data_Store_Interface {
}