Browse: Home / Functions /

learndash_get_users_query

learndash_get_users_query( array $query_args = array() )

Gets the list of user data.


Description #

This function is a wrapper to the WP_User_Query function provided by WordPress.


Parameters #

$query_args

(array) (Optional) The WP_User_query arguments.

Default value: array()


Return #

(array) An array of user query results.


Source #

File: includes/ld-reports.php


Changelog #

Changelog
Version Description
2.3.0 Introduced.