how to disconnect from google map

Latest Reply from Administrator at 2013-01-21 05:25:38 Solution
Hi
I used womaish them, and I don't use google map in contact form,
but When the site is loaded, it Communicates with google map, Sometimes it takes too much, and I want to disable this, is it possible?
Hi!
Yes, you have to remove code
wp_register_script( 'googlemaps', 'http://maps.google.com/maps/api/js?sensor=false', array( 'jquery' ), '3' );
wp_enqueue_script( 'googlemaps' );


from the file inc/library.php.

Leave a reply

Add codeAdd image