Hello everyone I have a text field which is a map autocomplete field. I need to udpate the field (and the map) programmatically. I tried with update_post_meta which it seems that is working but although it changes the value I need to hit the "update" post button to make it work.
Is there any function that really saves this value? Thanks!