WP_User_Query::get_total()
Return the total number of users for the current query.
Description Description
Return Return
(int) Number of total users.
Source Source
File: wp-includes/class-wp-user-query.php
public function get_total() {
return $this->total_users;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |