Filter Reference: geodir_event_filter_options

Summary

This filter has not been documented yet.

Used by

geodir_event_manager/gdevents_template_functions.php: geodir_event_display_filter_options() [Line: 24]

Source Code

	$event_filters_opt = apply_filters( 'geodir_event_filter_options', array(
		'all' => __('All Events', GEODIREVENTS_TEXTDOMAIN),
		'today' => __('Today', GEODIREVENTS_TEXTDOMAIN),
		'upcoming' => __('Upcoming', GEODIREVENTS_TEXTDOMAIN),
		'past' => __('Past', GEODIREVENTS_TEXTDOMAIN),
	) );