Hello, I am trying to save user metadata from a form. I use the plugin WP User Frontend to store normal user data at front. The problem is that i can’t save my extended user metadatas.To display the extended fields all goes well, I have a template with the code indicated ..
I wonder what hook to use to call the function with the “do_action (‘acf / save_post’)”.
I guess the only function has to make the call to the hook.
Will this new role I can invoke it from the “functions.php”?
I tried the wordpress hooks but I can’t find adequate, on the other hand, does the hook has to be necessarily during the process? Can be just following standard data saving a user?
I have tried many things already and nothing works for me, thank you very much.