API comments for v2.0
This commit is contained in:
parent
61587d925c
commit
a81e915eeb
|
@ -35,6 +35,7 @@ function get_product( $the_product = false, $args = array() ) {
|
||||||
/**
|
/**
|
||||||
* Function that returns an array containing the IDs of the products that are on sale.
|
* Function that returns an array containing the IDs of the products that are on sale.
|
||||||
*
|
*
|
||||||
|
* @since 2.0
|
||||||
* @access public
|
* @access public
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1918,6 +1918,7 @@ class Woocommerce {
|
||||||
/**
|
/**
|
||||||
* Adds extra post classes for products
|
* Adds extra post classes for products
|
||||||
*
|
*
|
||||||
|
* @since 2.0
|
||||||
* @access public
|
* @access public
|
||||||
* @param array $classes
|
* @param array $classes
|
||||||
* @param string|array $class
|
* @param string|array $class
|
||||||
|
|
Loading…
Reference in New Issue