Noptin_Subscriber::exists()
Determine whether the subscriber exists in the database.
Return Return
(bool) True if subscriber exists in the database, false if not.
Source Source
File: includes/class-noptin-subscriber.php
public function exists() { return ! empty( $this->id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |