Noptin_Abstract_Integration::auto_subscribe()
Whether to automaticall subscribe a new customer or not.
Return Return
(bool)
Source Source
File: includes/integrations/class-noptin-abstract-integration.php
public function auto_subscribe() { return ! (bool) get_noptin_option( $this->get_autosubscribe_integration_option_name() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |