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-account-functions.php' );
|
||||||
include( 'wc-term-functions.php' );
|
include( 'wc-term-functions.php' );
|
||||||
include( 'wc-attribute-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.
|
* Filters on data used in admin and frontend.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* WooCommerce API Functions
|
* WooCommerce REST Functions
|
||||||
*
|
*
|
||||||
* Functions for API specific things.
|
* Functions for REST specific things.
|
||||||
*
|
*
|
||||||
* @author WooThemes
|
* @author WooThemes
|
||||||
* @category Core
|
* @category Core
|
Loading…
Reference in New Issue