apply_filters( "tribe_events_views_v2_view_{$this->slug}_repository_args", array $repository_args, Tribe__Context $context, TribeEventsViewsV2View_Interface $this )

Filters the repository args for a specific View.


Parameters

$repository_args

(array) An array of repository arguments that will be set for a specific View.

$context

(Tribe__Context) The current render context object.

$this

(TribeEventsViewsV2View_Interface) The View that will use the repository arguments.


Top ↑

Source

File: src/Tribe/Views/V2/View.php


Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.