Ready To Publish
Ready To Publish
Description
Ever accidentally published a post? This will add a small checkbox to ensure that you don’t make that small mistake again. If you forget to check the option, it gives a little shake, and you can check again to publish.
Installation
- Upload the
/ready-to-publish/director to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Or, you know, since this is post 2008, use the admin options.
Screenshots
Faq
Can this be translated?
I think?
What if I want to change the text of the option?
Drop something like the following code into your functions.php file.
add_filter( 'ready_to_publish', function() { return ' AWESOME NEW TEXT'; } );
Reviews
No more published posts by mistake
By Johannes Weber (johannes4711) on November 14, 2016
I once published a blog post by mistake as I hit the Publish button rather than Save Draft. Glad to have this plugin installed now. 😉
Changelog
0.5.0
New release!
