WPLMS_QUIZCOMPLETED::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/wplms/triggers/wplms-quizcompleted.php
public function __construct() { $this->trigger_code = 'WPLMSQUIZCOMPLETED'; $this->trigger_meta = 'WPLMS_QUIZ'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github