apply_filters( 'tribe_events_pro_geocode_addresses', boolean $geocode_addresses, int $venue_id, string $address )

Allows customizing whether the Google Maps Geocode API will be used for geocoding addresses.


Parameters

$geocode_addresses

(boolean) Whether the Geocode Address API is enabled for geocoding addresses.

$venue_id

(int) Venue post ID.

$address

(string) Address string that will be used for geocoding.


Top ↑

Source

File: src/Tribe/Geo_Loc.php


Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.