ANON_BB_NEWTOPIC::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/bbpress/triggers/anon-bb-newtopic.php

	public function __construct() {
		$this->trigger_code = 'ANONBBNEWTOPIC';
		$this->trigger_meta = 'BBFORUMS';
		$this->define_trigger();
	}