WP_SUBMITPOST::__construct()
Set up Automator trigger constructor.
Source
File: src/integrations/wp/triggers/wp-submitpost.php
public function __construct() { $this->trigger_code = 'SUBMITPOST'; $this->trigger_meta = 'WPPOST'; // TODO trigger is not finshed //$this->define_trigger(); }
Expand full source code Collapse full source code View on Github