Support

Account

Home Forums General Issues Update acf field with user emails Reply To: Update acf field with user emails

  • your action might be firing before ACF saves values, try

    
    add_action('acf/save_post', 'my_acf_save_post', 20);