I am trying to add a Post Object field to a field group and I am filtering by post type. When editing a post the field will show a list of the posts for that post type, per normal, but is there a way to only show the posts from that post type where the current user is the post_author?
I only want to show a list of custom post types that were created by the current user, not all the posts.
Duh…. the acf/fields/post_object/query filter
This is what I needed.