LD_PASSQUIZ::__construct()

Set up Automator trigger constructor.


Source Source

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

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