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