LP_COURSEDONE::__construct()

Set up Automator trigger constructor.


Source Source

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

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