UOTC_USERATTAINSSCORE::__construct()
Set up Automator trigger constructor.
Source
File: src/integrations/uncanny-tincanny/triggers/uotc-userattainsscore.php
public function __construct() { // We are only loading it if Tin Canny exists //if ( defined( 'UNCANNY_REPORTING_VERSION' ) ) { $this->trigger_code = 'USERATTAINSSCORE'; $this->trigger_meta = 'TCUSERATTAINSSCORE'; $this->define_trigger(); //} }
Expand full source code Collapse full source code View on Github