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