Created
September 1, 2021 09:35
-
-
Save propertyhive/d55b00db3995658f8ac5d034ac33562d to your computer and use it in GitHub Desktop.
Add custom marker icon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'propertyhive_property_map_marker_options', 'add_marker_icon' ); | |
function add_marker_icon() | |
{ | |
?> | |
marker_options.icon = 'URL HERE'; | |
<?php | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment