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.
Contents
If not provided, then the default Geocoding Handler will be used.
See also
- TribeEventsProViewsV2Geo_LocGeocoding_Handler: for the default resolver.
Parameters
-
(TribeEventsProViewsV2Geo_LocHandler_Interface) null|$geo_location_handler A Geo Location handler object, it must implement the
TribeEventsProViewsV2Geo_LocHandler_Interfaceinterface.
Source
Changelog
| Version | Description |
|---|---|
| 4.7.9 | Introduced. |