ANON_FCRM_ADDED_TO_LIST::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/fluent-crm/triggers/anon-fcrm-added-to-list.php

	public function __construct() {
		$this->trigger_code = 'ANONFCRMUSERLIST';
		$this->trigger_meta = 'FCRMLIST';
		$this->define_trigger();
	}