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.
The Google Maps API offers the option to create maps and styles. When a map with a style is created there, you can use the ID to apply the style to the maps on your site.
Usage
add_filter( 'wpbdp_map_id', 'set_bd_map_id' );
Parameters
- $id (string|int) Default is blank
Examples
There are currently no examples for this hook.
Change Log
Added in version 5.2