New rest functions file name

This commit is contained in:
Claudio Sanches 2016-03-29 19:52:24 -03:00
parent ae2b3eb3fc
commit 4a625fc2f2
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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