Custom marker in version 1.3.0?
-
Hello, in the previous version I inserted a custom map marker via wp filters following the instructions on Github, but after last update (ver. 1.3.0) the marker got back to the original one.
This is the code I have added to functions.php
add_filter('acf_osm_marker_html', function($html) { return '<div class="my-marker-inner">×</div>'; }); add_filter('acf_osm_marker_classname', function($html) { return 'my-marker'; });
Any clues?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom marker in version 1.3.0?’ is closed to new replies.