WPP_POLLSUBMIT::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/wp-polls/triggers/wpp-pollsubmit.php
public function __construct() { $this->trigger_code = 'WPPOLLSUBMIT'; $this->trigger_meta = 'WPPOLL'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github