LD_LESSONDONE::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/learndash/triggers/ld-lessondone.php
public function __construct() { $this->trigger_code = 'LESSONDONE'; $this->trigger_meta = 'LDLESSON'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github