Support

Account

Home Forums General Issues get_field in pre_get_posts now breaks/loops Reply To: get_field in pre_get_posts now breaks/loops

  • Thanks John,
    within the debugger, pre_get_posts was invoked twice. I have added this enforcement if($query->is_admin && $query->query['post_type'] == "post") {and now things are working as usual