woocommerce/includes/interfaces/class-wc-order-refund-data-...

17 lines
276 B
PHP
Raw Normal View History

2016-11-17 16:53:13 +00:00
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* WC Order Refund Data Store Interface
*
* Functions that must be defined by order store classes.
*
* @version 2.7.0
* @category Interface
* @author WooThemes
*/
interface WC_Order_Refund_Data_Store_Interface {
}