WPCW_UNITCOMPLETED::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/wp-courseware/triggers/wpcw-unitcompleted.php
public function __construct() { $this->trigger_code = 'WPCWUNITCOMPLETED'; $this->trigger_meta = 'WPCW_UNIT'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github