Noptin_Automation_Rule::exists()
Determine whether the rule exists in the database.
Return Return
(bool) True if rule exists in the database, false if not.
Source Source
File: includes/automation-rules/class-noptin-automation-rule.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.8 | Introduced. |