wpseek.com
A WordPress-centric search engine for devs and theme authors



get_users › WordPress Function

Since3.1.0
Deprecatedn/a
get_users ( $args = array() )
Parameters:
  • (array) $args Optional. Arguments to retrieve users. See WP_User_Query::prepare_query() for more information on accepted arguments.
    Required: No
    Default: array()
See:
  • WP_User_Query
Returns:
  • (array) List of users.
Defined at:
Codex:

Retrieves list of users matching criteria.



Source

Soon...