EM_REGISTER::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/events-manager/triggers/em-register.php
public function __construct() { $this->trigger_code = 'SELECTEDEVENT'; $this->trigger_meta = 'EMEVENTS'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github