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