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.
*
2017-03-15 16:36:53 +00:00
* @version 3.0.0
2016-11-17 16:53:13 +00:00
* @category Interface
* @author WooThemes
*/
interface WC_Order_Refund_Data_Store_Interface {
}