Tribe__Events__Filterbar__Settings::liveupdate_automatic_label_text( string $text )
Modify the live update label when Filterbar Is active and is automatic.
Topics
Parameters #
- $text
-
(string) (Required) Previous text used for label.
Return #
(string) New label based on filterbar.
Source #
File: src/Tribe/Settings.php
public function liveupdate_automatic_label_text( $text ) { return __( 'Enabled: datepicker and filter selections automatically update calendar views', 'tribe-events-filter-view' ); }
Changelog #
Version | Description |
---|---|
4.9.3 | Introduced. |