LP_COURSEENROLLED::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/learnpress/triggers/lp-courseenrolled.php

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