Your help is crucial to maintaining financial and community support for the valuable River’s Edge Trail network on Brunswick’s eastern edge. If you’ve ever walked or biked these trails, please take a few moments to complete this online survey.
add_filter( 'tribe-events-bar-filters', 'remove_search_from_bar', 1000, 1 ); function remove_search_from_bar( $filters ) { if ( isset( $filters['tribe-bar-date'] ) ) { unset( $filters['tribe-bar-date'] ); } return $filters; }