posts automatically add markers yeeeah

This commit is contained in:
lenovo
2022-10-31 21:07:44 +01:00
parent feef306cec
commit 7c6e480d1a
5 changed files with 75 additions and 51 deletions

View File

@@ -1,8 +1,10 @@
<?php
function mp_url_api() {
global $mp_api_key;
$mp_url = array(
'src' => 'https://maps.googleapis.com/maps/api/js',
'key' => 'AIzaSyCvdGV2ssD4ov4a9CuIlQhoJyz5gWWiSvE',
'key' => $mp_api_key,
'callback' => 'mp_init_map',
);
$mp_src = "";