Noptin_Abstract_Integration::checkbox_was_checked()
Checks if a checkbox was checked.
Return Return
(bool)
Source Source
File: includes/integrations/class-noptin-abstract-integration.php
public function checkbox_was_checked() { return isset( $_REQUEST['noptin-subscribe'] ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |