Hi,
I wanted to adjust posts seen in the frontend dashboard page, e.g., I'd like to show there only specific post type or with specific status, and not limited to posts created by current user.
Would you give some more examples of arguments accepted by this filter?
Documentation (https://docs.metabox.io/extensions/mb-frontend-submission/#dashboard-hooks) shows only one example ($args['cat']
).
Thanks.