Noptin_Subscriber::is_wp_user()
Checks if the current subscriber is a WordPress user.
Return Return
(bool.)
Source Source
File: includes/class-noptin-subscriber.php
public function is_wp_user() { return false !== email_exists( $this->email ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |