WP_User::exists(): bool In this article Table of ContentsReturn Source Changelog ↑ Back to top Determines whether the user exists in the database. Return bool True if user exists in the database, false if not. Source public function exists() { return ! empty( $this->ID ); } View all references View on Trac View on GitHub Changelog VersionDescription3.4.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.