Opened 2 years ago
Last modified 2 years ago
#53967 new enhancement
Post ID on admin action list
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch close reporter-feedback |
Focuses: | ui | Cc: |
Change History (5)
This ticket was mentioned in PR #1609 on WordPress/wordpress-develop by witlock.
2 years ago
#1
#2
follow-up:
↓ 4
@
2 years ago
- Keywords close reporter-feedback added
Hello and welcome to WordPress Trac, thank you for opening this ticket!
At a glance, I'd say this is plugin territory as it's not something useful for the majority of users
Related: the 20/80 rule
Do you have any generic use case that would apply to all users? When post IDs are needed? Is that an universal use case on a fresh install, without any plugin installed?
Marking this as close
pending reporter feedback :)
#3
@
2 years ago
Hi there, welcome to WordPress Trac! Thanks for the ticket.
Post IDs were intentionally removed from the Posts list table 13 years ago in the WordPress 2.5 admin UI redesign. [6778] and [6796] appear to be the related changesets.
I think displaying the IDs is plugin territory, as it's mostly helpful for developers but not for regular users.
Plugins like Reveal IDs or Show Pages IDs might be helpful here.
#4
in reply to:
↑ 2
@
2 years ago
Example use case: every time one needs to perform some WP CLI operation on a post object, it's super annoying to get an object ID
the 20/80 rule is certainly a thing, and this implementation adheres to it quite well. It's there when you need it, hidden when you don't.
It's been directly adopted from WooCommerce, who ships this look in core today.
Both Reveal IDs and Show Pages IDs plugins implement the suboptimal approach of adding a new space-hogging and noise-producing column, so to me that disqualifies them from discussion.
Looking at how light this implementation is, I'd argue it seems like a solid bet that at WP user base size, UX win potential for millions of people outweighs maintenance burdain concerns here. In addition, WooCommerce could drop shipping their own isolated version.
Your thoughts?
I often find myself looking for the post ID by hovering over the post link and checking the URL. This change would make it much more convenient to retrieve the post ID.
Trac ticket: https://core.trac.wordpress.org/ticket/53967