do_action( 'cp_geocode_lisitng_address', int $post_id , array $results )
Fires after fetching results from Geocoder API, but before saving coords.
Package
Description Description
Parameters Parameters
- $post_id
(int) The listing ID to save data for.
- $results
(array) The geocoder results.
Changelog Changelog
Version | Description |
---|---|
4.2.5 | Introduced. |