WP_User_Query::get_total(): int In this article Table of ContentsReturn Source Changelog ↑ Back to top 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; } View all references View on Trac View on GitHub Changelog VersionDescription3.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.