AFFWP_NEWAFFILIATEAPPROVED::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/affiliate-wp/triggers/affwp-newaffiliateapproved.php

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