we can pass code from php to js

This commit is contained in:
lenovo
2022-10-31 10:21:24 +01:00
parent fe6810f159
commit 25be1d2a99
6 changed files with 59 additions and 155 deletions

View File

@@ -2,7 +2,6 @@
function mp_url_api() {
$mp_url = array(
'src' => 'https://maps.googleapis.com/maps/api/js',
'sensor' => 'false',
'key' => 'AIzaSyCvdGV2ssD4ov4a9CuIlQhoJyz5gWWiSvE',
'callback' => 'mp_init_map',
);