Noptin_Form::is_published()
Determines whether this form has been published
Return Return
(bool) True if form is published, false if not.
Source Source
File: includes/class-noptin-form.php
public function is_published() { return $this->optinStatus; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.5 | Introduced. |