Skip to:
Content

  • Home
  • About
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / WP_SUBMITPOST / WP_SUBMITPOST::__construct()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service