Hi,
I display a map and markers with a shortcode.
I need to add 180 lines of JSON style.
How do I do that? Whats the best solution I got?
[...]
$sc = '';
$sc .= '[google_map api_key="AIzaSyB5P-KTVBDpgnXox0frxWz7fOvTXU8w1l8" lat="48.859005" lng="2.344419" zoom="13" drag="true" zoom_control="true" no_container="true" style="margin:0; padding: 0;"]';
$sc .= '[google_map_marker lat="48.859005" lng="2.344419" image="/wp-content/themes/pro-child/mmarkb.svg" start_open="false" info="<a href=\'#\'>TEST</a>"]';
$sc .= '[/google_map]';
return do_shortcode($sc);
Thanks
