LLMS_SendWP::is_connected()

Determine if SendWP is installed and connected for sending.


Return Return

(boolean)


Top ↑

Source Source

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

	protected function is_connected() {
		return ( function_exists( 'sendwp_client_connected' ) && sendwp_client_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.