Zapier_Provider::setup_add_to_queues()

Adds the actions to add to the queues.

Contents


Source

File: src/Common/Event_Automator/Zapier/Zapier_Provider.php

	public function setup_add_to_queues() {
		$this->add_tec_setup();
		$this->add_et_setup();
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0.1 Split the method in sub-methods for each plugin.
6.0.0 Introduced.