Your settings has been saved. You can always use [ank_google_map] shortcode.
";
/*
* 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's 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+).
";
}
?>