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

Defines our webhook listener.

Contents


Return Return

(void)


Source Source

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

	public function define_webhook_listener() {
		add_action( 'rest_api_init', array( $this, 'init_webhook' ) );
	}