apply_filters( 'tec_event_automator_zapier_enable_add_to_queue', bool $enable_add_to_queue, TECEvent_AutomatorZapierarray<string|TECEvent_AutomatorZapiermixed> $access_keys )

Allows filtering whether to add items to Zapier queues.

Note: this filter will only apply if the enable constant or env var are not set or are set to true values.


Parameters

$enable_add_to_queue

(bool) Defaults to false.

$access_keys

(<span class="TECEvent_AutomatorZapierarrayTECEvent_AutomatorZapierarray<string|">TECEvent_AutomatorZapiermixed>) An array of the Zapier access keys.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.