Support

Account

Home Forums General Issues Programmatically save custom field after user publish Reply To: Programmatically save custom field after user publish

  • Use an acf/save_post filter https://www.advancedcustomfields.com/resources/acf-save_post/. In this filter you can get other values from the post and use update_field() to set other values https://www.advancedcustomfields.com/resources/update_field/.