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_queryarguments.Default value: array()
Return #
(array) An array of user query results.
Source #
File: includes/ld-reports.php
Changelog #
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |