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

@@ -9,11 +9,26 @@ Author URI:
*/
/**
* global variables :
*/
$mp_api_key = 'AIzaSyCvdGV2ssD4ov4a9CuIlQhoJyz5gWWiSvE';
$mp_marker_icon = '/wp-content/plugins/map_prof/marker.png';
/**
* inclusions :
*/
include_once(dirname(__FILE__) . '/mp_console_log.php');
require_once(dirname(__FILE__) . '/mp_url_api.php');
require_once(dirname(__FILE__) . '/mp_add_to_scripts.php');
/**
* add scripts and styles to the header or the footer
*/