How to show posts for all authors in the frontend dashboard?

Support MB Frontend Submission How to show posts for all authors in the frontend dashboard?Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43482
    GlennGlenn
    Participant

    Hi Guys, I have use case where I want users logged in with editor privs to see (and be able to edit) posts in the frontend dashboard from all authors. I'm assuming I can use the rwmb_frontend_dashboard_query_args filter to do this but I have no idea how. Can you please advise what args I need to change make it query all posts and not just match the current user<>author ?

    #43483
    GlennGlenn
    Participant

    Never mind... figured it out. Just needed to set $args['author'] to '*'
    All good.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.