apply_filters( 'tribe_process_queues', array $queues )
Filters the queue processing classes the Service Provider should handle.
Contents
All queues should extend the Tribe__Process__Queue base class.
Parameters
- $queues
-
(array) An array of class names, each extending the
Tribe__Process__Queuebase class.
Source
Changelog
| Version | Description |
|---|---|
| 4.7.12 | Introduced. |