Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
Customize the format of the address used for Google Maps. The easiest way to customize this is in the Tooltip content option in the settings. Use this hook if you need extra customization, or would like different listings to use different formats.
Usage
add_filter( 'wpbdp_address_format', 'change_bd_map_address_format', 10, 2 );
Parameters
- $address_format (string) Default is ‘[address], [city], [state] [zip] [country]'
- $atts (array)
- $atts['listing_id'] (int) The ID of the listing to display.
- $atts['pretty'] (bool) This is true when the address is displayed, and false when used to locate the address on the map.
Examples
There are currently no examples for this hook.
Change Log
Added in version 5.2