Home › Forums › General Issues › How to display highest number value in post field by author name? › Reply To: How to display highest number value in post field by author name?
Hi @mswas
Yes. Please read up on the acf/update_value
filter. You can use this filter (use the field key to restrict your code to only run on the specific field) to run some custom code when the value is updated.
Your custom code could take the value, and just update the current users custom field value – use update_field().
Good luck
Cheers
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.