apply_filters( 'tribe_events_views_v2_view_data', array $data, string $view_slug, TribeEventsViewsV2View_Interface $view )

Filters the data that will be printed for the View.


Parameters

$data

(array) The data that will be printed for the current View.

$view_slug

(string) The slug of the view currently being rendered.

$view

(TribeEventsViewsV2View_Interface) The View instance that is being rendered.


Top ↑

Source

File: src/views/v2/components/data.php


Top ↑

Changelog

Changelog
Version Description
4.9.7 Introduced.