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.
Screenshots
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.
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
Contributors & Developers
“Ready To Publish” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ready To Publish” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.5.0
New release!