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.
Contents
Parameters
- $max_items
-
(int) The maximum number of items to keep in the queue, default to 15.
Source
File: src/Common/Event_Automator/Integrations/Trigger_Queue/Integration_Trigger_Queue.php
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |