UC_CODESBATCH::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/uncanny-codes/triggers/uc-codesbatch.php

	public function __construct() {
		$this->trigger_code = 'UCBATCH';
		$this->trigger_meta = 'UNCANNYCODESBATCH';
		// Batch names are not available before version 4
		if ( floatval( UNCANNY_LEARNDASH_CODES_VERSION ) >= 4 ) {
			$this->define_trigger();
		}
	}