Support

Account

Home Forums Bug Reports Bug ACF 5.2.0 – Custom Fields stop rendering Reply To: Bug ACF 5.2.0 – Custom Fields stop rendering

  • Hi @jgraup

    Perhaps your theme / plugin contains some pre_get_posts filters which are modifying ACF’s get_posts function?

    There has been a minor change to the acf_get_posts function in that it does not use get_post anymore, instead it only uses get_posts.

    This could explain how a filter may be altering the query args and preventing the correct data from being returned.