UT_USER_IMPORTED_IN_COURSE::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/uncanny-toolkit/triggers/ut-user-imported-in-course.php
public function __construct() { if ( ! defined( 'LEARNDASH_VERSION' ) || ! defined( 'UNCANNY_TOOLKIT_PRO_VERSION' ) ) { return; } $this->trigger_code = 'UTUSERIMPORTEDCOURSE'; $this->trigger_meta = 'UOUSERIMPORTEDCOURSE'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github