apply_filters( 'tec_events_today_button_label', string $today, TribeEventsViewsV2View_Interface $view )

Allows filtering of all labels for the today button at one time.


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.