I’m trying to setup a multi-user option. I don’t want it in the User Profile page like setting the location rule to user because I want it to have its own menu like an options page.
I stumbled upon the acf/update_value filter and update_field function but these are for individual fields.
So is there any way to set the $post_id into a custom one globally?
Hi @exequtor
Global options are possible using the options page
add-on.
You can see it in action here:
http://www.advancedcustomfields.com/add-ons/options-page/
Thanks
E