Set posts of a custom post type to be private by default?
The problem with the code in your question is it always intercepts. You completely lose the ability to not publish, no drafts possible. Why this leads to untrashable post is something I didn’t inspect further. Anyway this isn’t what one wants. I’m glad the javascript solution is working for you, but personally I have two … Read more