apply_filters( "tec_events_view_{$view_slug}_today_button_label", string $today, TribeEventsViewsV2View_Interface $view )

Allows filtering a view-specific label for the today button.


Parameters

$today

(string) The string used for the "Today" button on calendar views.

$view

(TribeEventsViewsV2View_Interface) The View currently rendering.


Top ↑

Source

File: src/functions/template-tags/general.php


Top ↑

Changelog

Changelog
Version Description
6.0.2 Introduced.