Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster
Changelog
1.3.2
Updated 2026-04-16
New: Added /site/edit and /sites/edit for Multisite installs for accessing the sites screen easily.
Fix: Nested and custom taxonomies with terms weren’t editable.
Fix: Nested post types (post types within post types) weren’t editable.
1.3.0
Updated 2026-04-08
New: Added /authors/edit, /users/edit, and /author/edit for accessing the users’ screen in the admin.
New: Added /theme/edit for accessing the Full Site Editor for block themes, otherwise the customizer.
New: Added singular slugs to post type archive editing, so a post type with archive shops and singular product will both have /edit endpoints and go to the same product list view.
New: Added more examples to the readme.
1.2.0
Updated 2025-12-06
Security fix: Adding /edit can expose IDs that are otherwise private. Update for a better login workflow. As a security precaution, only those with Editor privileges and above can quickly edit items.
New feature: Allow terms and child terms to be editable.
New feature: Adding /edit to a blog archive redirects to Settings->Reading.
New feature: Editing a post type archive will redirect to post list screen for the archive.
Misc: Code cleanup throughout, updating to WPCS and passing Plugin Check.