learndash_get_users_query( array $query_args = array() )
Gets the list of user data.
Description Description
This function is a wrapper to the WP_User_Query
function provided by WordPress.
Parameters Parameters
- $query_args
-
(Optional) The
WP_User_query
arguments.Default value: array()
Return Return
(array) An array of user query results.
Source Source
File: includes/ld-reports.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |