Site icon Hip-Hop Website Design and Development

Get ACF worth after replace person utilizing Ajax

I’ve up to date some ACF fields in person part through an ajax name utilizing update_field() fonction.

update_field('field_name', 'field_value', 'user_' . $user_id);

When i have a look within the admin panel, every part is ok, however in entrance, i haven’t got any values.
As a way to get these values i have to manualy save/replace person within the again workplace.

In my template i exploit :

get_field('field_name','user_'.$user_id);

Any suggestions or recommendation ?

Thx upfront