• Resolved tapasyaa

    (@tapasyaa)


    I want to change default post status->publish to draft , please suggest me as I want
    user can edit a post on the front end but a admin has to approve before the update is made

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    We don’t have any solution for that type of thing available in Custom Post Type UI. This type of thing with the frontend form and whatnot comes in long after our plugin is done with it’s intended purpose.

    Best recommendation I can provide is any time the user submits an edit to the post, before updating everything, re-set the status to draft until the admin approves, and changes it back to published. This would all be in your form handling.

    Hope that inspires some ideas.

Viewing 1 replies (of 1 total)

The topic ‘Chage default post status’ is closed to new replies.