Docblock: wc_get_orders returns WC_Order[]
This commit is contained in:
parent
eeaebc92a0
commit
3fe4de8a95
|
@ -20,7 +20,7 @@ defined( 'ABSPATH' ) || exit;
|
||||||
*
|
*
|
||||||
* @since 2.6.0
|
* @since 2.6.0
|
||||||
* @param array $args Array of args (above).
|
* @param array $args Array of args (above).
|
||||||
* @return array|stdClass Number of pages and an array of order objects if
|
* @return WC_Order[]|stdClass Number of pages and an array of order objects if
|
||||||
* paginate is true, or just an array of values.
|
* paginate is true, or just an array of values.
|
||||||
*/
|
*/
|
||||||
function wc_get_orders( $args ) {
|
function wc_get_orders( $args ) {
|
||||||
|
|
Loading…
Reference in New Issue