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.
This hook allows you to replace the numbered cluster icons with your own in the Google Maps plugin. The default path is “plugins/business-directory-googlemaps/resources/marker-clusterer/markers/m”. This points to multiple files in that folder: m1.png, m2.png, m3.png, m4.png, and m5.png.
When this hook is used, you must have images for each of the 5 levels. These images do not include any numbers. The numbers are added automatically by Google Maps.
Usage
add_filter( 'wpbdp_map_markers', 'change_cluster_icons' );
Parameters
- $path (string) The path to the images, including the prefix on the images.
Examples
There are currently no examples for this hook.
Change Log
Added in version 5.2