New rest functions file name
This commit is contained in:
parent
ae2b3eb3fc
commit
4a625fc2f2
|
@ -26,7 +26,7 @@ include( 'wc-product-functions.php' );
|
|||
include( 'wc-account-functions.php' );
|
||||
include( 'wc-term-functions.php' );
|
||||
include( 'wc-attribute-functions.php' );
|
||||
include( 'wc-api-functions.php' );
|
||||
include( 'wc-rest-functions.php' );
|
||||
|
||||
/**
|
||||
* Filters on data used in admin and frontend.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* WooCommerce API Functions
|
||||
* WooCommerce REST Functions
|
||||
*
|
||||
* Functions for API specific things.
|
||||
* Functions for REST specific things.
|
||||
*
|
||||
* @author WooThemes
|
||||
* @category Core
|
Loading…
Reference in New Issue