Support

Account

Home Forums Front-end Issues Retrive data from multiple users from user field type Reply To: Retrive data from multiple users from user field type

  • The post and the custom field on the post do not exist yet. pre_save_post fires before ACF has added the content to the field. To access the value that are submitted you need to look in $_POST['acf'] at this point. The other choice is to add and acf/save_post action that will fire after ACF has saved the values.