EC_REGISTER::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/event-tickets/triggers/ec-register.php
public function __construct() { $this->trigger_code = 'USERREGISTERED'; $this->trigger_meta = 'ECEVENTS'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github