Acf google maps integration in wordpress



notes for Acf google maps integration in wordpress:

get maps api key

insert into functions

function my_acf_init() { acf_update_setting('google_api_key', 'XXX'); } add_action('acf/init', 'my_acf_init'); create acf google maps field get coord here: www.latlong.net create 2 acf fields for icons first: image icon, allowed filetypes png second: svg icon, allowed filetypes svg (ev install safe svg plugin) create acf field for color create acf field for zoom level (range field)

src

https://www.youtube.com/watch?v=yTP4xXv40os https://www.advancedcustomfields.com/resources/google-map/#google-map%20api https://www.latlong.net https://codyhouse.co/gem/custom-google-map https://mapstyle.withgoogle.com/



Tags:
Published: December, 2014