=== WP Edit Redirect ===
Contributors: daltonsutton
Tags: admin, edit, redirect, post, page
Donate link: https://dalton.sutton.io/paypal
Stable tag: trunk
Requires at least: 5.0
Tested up to: 5.3.2
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add "/wp-edit/" to the end of a page or post URL to redirect to the admin. Quick access to the backend to make changes on the fly!
== Description ==
Allows you to add "/wp-edit/" to the end of a page or post URL to redirect to the admin. Quick access to the backend to make changes on the fly!
Example:
https://example.com/hello-world/wp-edit/ redirects to https://example.com/wp-admin/post.php?post=1action=edit
https://example.com/sample-page/wp-edit/ redirects to https://example.com/wp-admin/post.php?post=2&action=edit
== Installation ==
After installation and activation, go to any post or page, add "/wp-edit/" (without quotes) to the URL, and it'll redirect you back to the admin edit page to edit the post or page.
Note that you'll probably need to visit your Permalink Settings and Save Changes in order for the plugin to begin working.
== Upgrade Notice ==
There may be times where we change the code to make it better, more adaptable to users moving forward. If there's an update available, feel free to update it.
== Changelog ==
= 1.4 =
* Updates to installation instructions.
= 1.3 =
* Changes to readme. And no... I did not just remember to update the change log.
= 1.2 =
* Changes to readme. I'm new at this. I'll get this under my belt.
= 1.1 =
* Changes to readme.
= 1.0 =
* Initial upload.
== Donations ==
If you'd like to buy me a beer or coffee as a thanks for the plugin, consider sending a small donation to https://dalton.sutton.io/paypal.