Tribe__Events__Filterbar__Settings::accessibility_notification( $return,  $text )

Modifies the General Tab Ajax Option to alert users of a11y concerns by having this turned on


Source

File: src/Tribe/Settings.php

	public function accessibility_notification( $return, $text ) {
		if ( $text === 'liveFiltersUpdate' ) {
			$return .= __( ' (Note: When Live Refresh is enabled, TEC functionality may not be fully compliant with Web Accessibility Standards)', 'tribe-events-filter-view' );
		}

		return $return;
	}