Support

Account

Home Forums ACF PRO How to retrieve image field within a user field query? Reply To: How to retrieve image field within a user field query?

  • Sure,

    Change it to this

    
    $pic = ( $pic_object ? '<img src="' . $pic_object['sizes']['thumbnail']. '" alt="' . $pic_object['alt'] . '" />' : '' );