Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Mailchimp_Helpers::has_connection_data()

Check if has connection data.

Contents


Return Return

(boolean) True if has connection data. Otherwise, false.


Source Source

File: src/integrations/mailchimp/helpers/mailchimp-helpers.php

	public function has_connection_data() {
		return ! empty( $this->get_mailchimp_client() );
	}