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.
Change any locations that have been prepared to show on the map. This hook runs right before the PHP is sent to the javascript that creates the map.
Usage
add_filter( 'wpbdp_googlemaps_map_locations', 'change_map_locations', 10, 2 );
Parameters
- $locations (array) An array of addresses.
- $locations['address'] (string)
- $locations['geolocation'] (array) The latitude and longitude.
- $locations['content'] (string) The content shown in the tooltip.
- $args (array) All the settings that will be used to create the map
Examples
There are currently no examples for this hook.