LLMS_MailHawk::is_connected()

Determines if MailHawk is installed and connected for sending.


Return Return

(boolean)


Top ↑

Source Source

File: includes/admin/class-llms-mailhawk.php

	protected function is_connected() {
		return ( function_exists( '\MailHawk\mailhawk_is_connected' ) && \MailHawk\mailhawk_is_connected() );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.40.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.