Your settings has been saved. You can always use [ank_google_map] shortcode.
";
}else{
echo "Nothing saved, Info Window Text should not exceed 1000 characters . Current Length is: ".strlen($agm_options['info_text'])."
";
}
/*
* Detect if cache is enabled and warn user to flush cache
*/
if(WP_CACHE){
echo "It seems that a caching/performance plugin is active on this site. Please manually invalidate/flush that plugin cache to reflect any settings you saved here.
";
}
}
/*
*
* Display notice if current wp installation does not support color picker
*/
if(version_compare($GLOBALS['wp_version'],'3.5','<')){
echo "Color Picker won't work here. Please upgrade your WordPress to latest (v3.5+).
";
}
?>