apply_filters( 'tribe_aggregator_limit_args', array $limit_args , array $args , Tribe__Events__Aggregator__Service $service )
Filters the limit arguments before applying them to the import request arguments.
Contents
Parameters
- $limit_args
-
(array) The limit arguments.
- $args
-
(array) The import request arguments.
- $service
-
(Tribe__Events__Aggregator__Service) The service instance handling the import request..
Source
Changelog
| Version | Description |
|---|---|
| 4.5.13 | Introduced. |