LLMS_MailHawk::is_connected()
Determines if MailHawk is installed and connected for sending.
Contents
Return Return
(boolean)
Source Source
File: includes/admin/class-llms-mailhawk.php
protected function is_connected() { return ( function_exists( '\MailHawk\mailhawk_is_connected' ) && \MailHawk\mailhawk_is_connected() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |