apply_filters( 'cp_maybe_geocode_address', bool $needs_update , int $post_id , array $address_comps )
Whether to geocode address.
Package
Description Description
Parameters Parameters
- $needs_update
(bool) True if address is changed False if not.
- $post_id
(int) The listing ID to geocode address for.
- $address_comps
(array) The address components.
Changelog Changelog
Version | Description |
---|---|
4.2.5 | Introduced. |