WPSP_PURCHWITHFORM::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/wp-simple-pay/triggers/wpsp-purchwithform.php

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