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