Support

Account

Home Forums General Issues How to access ACF field in a custom WordPress Rest API endpoint? Reply To: How to access ACF field in a custom WordPress Rest API endpoint?

  • Okay, so I might have been confused. I was thinking that the query was not returning the pages with faqs in the results.

    Is it this part that is not working?

    
    faq' => get_field('faqs')
    

    Are the get_field() calls in the other post types working?