WP_User_Query::get_total(): int
Returns the total number of users for the current query.
Return
int Number of total users.Source
public function get_total() {
return $this->total_users;
}
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
