Open fsmanuel opened 10 years ago
Thanks for a nice tip. I had no enough time yet to do it, but I want to publish the plugin to WP repo (it's already approved) when it will be finished, hopefully soon.
should i open a PR? maybe i can help you a bit when i find some time.
I like the plugin. Works perfekt but not for attachments. I did a small change to let it play nice with attachments:
&& $post->post_type !== 'attachment'
preventspost.php?post_type=attachment
that doesn't work.