Zapier_Provider::render_privacy_notice()

Renders the GDPR/CCPA privacy notice.

Contents


Source

File: src/Event_Automator/Zapier/Zapier_Provider.php

	public function render_privacy_notice() {
		$this->container->make( Privacy_Notice::class )->render();
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.