Noptin_Subscriber::get_wp_user()
Returns the associated WordPress user id.
Return Return
(int|false) The user's ID on success, and false on failure.
Source Source
File: includes/class-noptin-subscriber.php
public function get_wp_user() { return email_exists( $this->email ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |