=== Draft Links === Contributors: dartiss Donate link: https://artiss.blog/donate Tags: draft, link, menu, page, post Requires at least: 4.6 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add menu links that take you straight to your drafts. == Description == Making it easier for you to access your drafts, this plugin will add links to the WP Admin menu to both yours and all drafts post and pages. Oh, and it will also show you how many drafts there are too. Just install and enable - there are no settings. The code passes [WordPress](https://github.com/WordPress/WordPress-Coding-Standards) and [WordPress VIP](https://github.com/Automattic/VIP-Coding-Standards) coding standards 🎉 Iconography is courtesy of the very talented [Janki Rathod](https://www.fiverr.com/jankirathore). **Please visit the [Github page](https://github.com/dartiss/draft-links "Github") for the latest code development, planned enhancements and known issues** == Installation == Draft Links can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually... 1. Upload the entire `draft-links` folder to your `wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress administration. == Frequently Asked Questions == = Do you support this plugin on forks of WordPress? = No. It was developed for WordPress and so forks remain unsupported. I have no intention of developing and testing this on any other version. == Screenshots == 1. An example of how the links are shown in the menu == Changelog == I use semantic versioning, with the first release being 1.0. = 1.1 = * Enhancement: Split plugin into separate files to make management easier * Enhancement: Assorted code quality improvements to go along with this. Nothing visible, though = 1.0 = * Initial release == Upgrade Notice == = 1.1 = * Code quality improvements