Hey guys,
I need to implement User custom fields such as followed shows, favorites, etc…
When i added a repeater inside my ACF setting to all users, everything works great.
But now, I need to add data from php into that certain repeater under a certain user.
I tried to use add_row but that function works only on posts and not for users (at least from what i know).
There is a solution for that situation for me?
That could be great!
Thanks
Ben
https://www.advancedcustomfields.com/resources/add_row/
you need to use the correct $post_id for the user "user_{$user_id}"