apply_filters( "tec_event_automator_{$api_id}_max_queue_items", int $max_items )

Filters the maximum number of items to keep in the current queue.


Parameters

$max_items

(int) The maximum number of items to keep in the queue, default to 15.


Top ↑

Source

File: src/Common/Event_Automator/Integrations/Trigger_Queue/Integration_Trigger_Queue.php


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.