apply_filters( 'tec_events_pro_geolocation_address_format', string $address, array $result, object $address_components )

Allows changing the order of the street name and house number.


Parameters

$address

(string) The compiled address to be saved.

$result

(array) Array of the address components to be saved.

$address_components

(object) The address components received from the geocoding API.


Top ↑

Source

File: src/Tribe/Geo_Loc.php


Top ↑

Changelog

Changelog
Version Description
7.3.0 Introduced.