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()


Top ↑

Return Return

(array) An array of user query results.


Top ↑

Source Source

File: includes/ld-reports.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.