Support

Account

Home Forums Front-end Issues ACF google map issue Reply To: ACF google map issue

  • of course, I tried already like this

    $value = array(‘address’=>$google_location[‘address’], ‘lat’=>$google_location[‘lat’], ‘lng’=>$google_location[‘lng’], ‘zoom’=>5);
    update_field(‘google_location’, $value, $property_id);

    but it was not working