Support

Account

Home Forums General Issues Print the Value of a User Field Type By get_post_meta() Reply To: Print the Value of a User Field Type By get_post_meta()

  • ACF stores and array of ID values for user field and does the work of getting all the user information when you use get_field(). If you need to use get_post_meta() then you’ll need to do all that additional work yourself. See https://codex.wordpress.org/Function_Reference/get_userdata