Support

Account

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