[wp-trac] [WordPress Trac] #65145: Plugins: Display plugin slug/identifier in Installed Plugins row meta
WordPress Trac
noreply at wordpress.org
Fri May 8 21:51:34 UTC 2026
#65145: Plugins: Display plugin slug/identifier in Installed Plugins row meta
--------------------------------------+-----------------------------
Reporter: crweiner | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Plugins | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses: administration
--------------------------------------+-----------------------------
Comment (by crweiner):
As above, I had a slightly different implementation, and opened this PR:
https://github.com/WordPress/wordpress-develop/pull/11780
The main difference is that this patch adds a hidden-by-default `File`
column using `$plugin_file`, instead of adding a `Slug` column. And it ads
it at the end of the plugin table.
I also noticed a bug with the "Automatic Updates" Screen Option
responsiveness on small/mobile devices, and patched that as a part of this
PR as well.
This PR also adds PHPUnit coverage, per the Automated Testing handbook:
https://make.wordpress.org/core/handbook/testing/automated-testing/
This is my first time attempting to contribute code to WP.org and did use
AI for assistance, as disclosed in the PR.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65145#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list