As you know,all google service can not be accessed in China.
I noticed that script load uri “http://maps.google.com/maps/api/js?sensor=false&ver=3” made admin console very very slow.
How can i disable it,thanks!
Hi Woodtiger!
Try adding this to the bottom of your functions.php file.
add_filter( 'avf_load_google_map_api', function(){ return false; } );
Regards,
Elliott
Sloved! Thank you!