=== SPP Media ID Columns ===
Contributors: spp
Tags: media, attachment, id, columns, media library
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Displays attachment IDs in the WordPress Media Library list view with a sortable column.

== Description ==

WordPress does not show attachment IDs in the Media Library list view by default. This plugin adds a dedicated **ID** column so you can quickly reference attachment IDs for shortcodes, CSS styling, or development work.

**Features:**

* Adds a sortable ID column to the Media Library list table
* Displays the numeric attachment ID for every media item
* Lightweight, object-oriented implementation with no settings screen required

== Installation ==

1. Upload the `spp-media-id-columns` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the **Plugins** menu in WordPress.
3. Go to **Media → Library** to see the new ID column.

== Frequently Asked Questions ==

= Does this work in grid view? =

The ID column appears in the Media Library list view. Grid view is not supported in this version.

= Can I sort media by ID? =

Yes. Click the **ID** column header to sort attachments by their numeric ID.

== Changelog ==

= 1.0.0 =
* Initial release.
