Support

Account

Home Forums General Issues Filtering in post object Reply To: Filtering in post object

  • Are you saying that if you do this

    
    add_filter('acf/fields/post_object/query/key=field_foo', 'foofunc, 10, 3);
    function foofunc($args, $field, $post_id) {
      return $args;
    }
    

    that it breaks the field?