LD_QUIZDONE::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/learndash/triggers/ld-quizdone.php

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