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::get_webhook_url()

Get the webhook uri.

Contents


Return Return

(void)


Source Source

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

	public function get_webhook_url() {
		return $this->webhook_endpoint . '?key=' . $this->get_webhook_key();
	}