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.


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..


Top ↑

Source

File: src/Tribe/Aggregator/Service.php


Top ↑

Changelog

Changelog
Version Description
4.5.13 Introduced.