Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyisjake/ready-to-publish
Simple WordPress plugin that adds a step to prevent posts from accidental publishing.
https://github.com/whyisjake/ready-to-publish
Last synced: 18 days ago
JSON representation
Simple WordPress plugin that adds a step to prevent posts from accidental publishing.
- Host: GitHub
- URL: https://github.com/whyisjake/ready-to-publish
- Owner: whyisjake
- Created: 2015-11-07T00:52:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T00:52:19.000Z (about 9 years ago)
- Last Synced: 2024-11-09T03:52:23.622Z (2 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Ready To Publish ===
Contributors: whyisjake
Donate link: http://jakespurlock.com/donate/
Tags: post, publish, admin, javascript
Requires at least: 3.0.1
Tested up to: 4.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlEver accidentally published a post? This will add a small checkbox to ensure that you don't make that small mistake again.
== 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 ==
1. Upload the `/ready-to-publish/` director to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Or, you know, since this is post 2008, use the admin options.== Frequently Asked Questions ==
= 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'; } );
== Screenshots ==
1. This is what the checkbox looks like in the admin, with the default text. Smashing right?
== Changelog ==
= 0.5.0 =
New release!