Support

Account

Home Forums Backend Issues (wp-admin) Google Maps Backend field does not suggest addresses Reply To: Google Maps Backend field does not suggest addresses

  • I use the free version
    And now in my file functions.php =>

    function my_acf_google_map_api( $api ){
    
    	$api['key'] = 'AIzaSyCyzgGmDCh2sI0AZVs0u-...';
    
    	return $api;
    
    }
    
    add_filter('acf/fields/google_map/api', 'my_acf_google_map_api');

    But in the console all the same errors %( http://joxi.ru/Dr8yqk9C44E3Qm