Support

Account

Home Forums General Issues User Field, How to retrieve author name from array Reply To: User Field, How to retrieve author name from array

  • This works!

    <?php
    $author = get_field('acf_author'); 
    echo $author = $author['ID'];
    ?>