FCRM_TAG_ADDED_TO_USER::__construct()

Set up Automator trigger constructor.


Return Return

(void)


Source Source

File: src/integrations/fluent-crm/triggers/fcrm-tag-added-to-user.php

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