apply_filters( 'tribe_events_pro_views_v2_geo_location_handler', TribeEventsProViewsV2Geo_LocHandler_Interface )

Filters the Geo Location Handler object that should be used to resolve geo location search requests and fence queries.

If not provided, then the default Geocoding Handler will be used.

See also


Top ↑

Parameters

(TribeEventsProViewsV2Geo_LocHandler_Interface) null|$geo_location_handler A Geo Location handler object, it must implement the TribeEventsProViewsV2Geo_LocHandler_Interface interface.


Top ↑

Source

File: src/Tribe/Views/V2/Service_Provider.php


Top ↑

Changelog

Changelog
Version Description
4.7.9 Introduced.