✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WP Strip Image Metadata: attachment metadata as tables

WP Strip Image Metadata removes EXIF and IPTC blocks from uploaded images, but the default media library doesn't show which attachments were stripped. SleekView turns the attachment library and image meta into a grid so admins can audit privacy and bandwidth at scale.

♾️ Lifetime License available

SleekView table view for WP Strip Image Metadata

See which uploaded images still carry EXIF and IPTC data

WP Strip Image Metadata hooks into wp_handle_upload and the image-editor pipeline to remove EXIF, IPTC, and XMP blocks from JPEGs, PNGs, and WebP files as they are uploaded. The plugin does not add custom tables. Attachments still live in wp_posts with post_type=attachment, and image metadata that WordPress stores about them sits in wp_postmeta under _wp_attachment_metadata.

The default Media library shows attachments as a grid of thumbnails or as a basic list with title, author, and date. There is no view that surfaces file size, MIME type, dimensions, or whether the file still carries embedded metadata. SleekView reads wp_posts and joins the related postmeta directly, so each attachment becomes a row with file size, dimensions, format, and stripped state as columns.

Inline edits to title, alt text, caption, and description route through the standard WordPress attachment APIs, so the changes propagate to every image block, gallery, and front-end render exactly as if edited through the Media library detail screen.

Workflow

From media library to one attachment audit grid

1

Connect the attachment post type

SleekView reads wp_posts for the attachment post type and joins wp_postmeta for _wp_attachment_metadata and _wp_attachment_image_alt. Every uploaded file becomes a row with size, dimensions, format, and alt text as columns.
2

Compose attachment columns

Add Filename, Size, Dimensions, Format, Alt text, Uploader, and Stripped state. Add any custom meta keys you track, like license or campaign tag, so the grid matches how your team manages images.
3

Save audit views

Build saved filters for Missing alt text, Files over 1 MB, JPEGs uploaded before the plugin, and Recent uploads. Share by role so editors, privacy leads, and performance engineers each open the right queue.
4

Inline edit metadata

Click any cell to update title, alt text, caption, or description. Edits write back through WordPress's attachment APIs so every image block and gallery refreshes correctly.

Sample columns

A typical attachment library view

Every uploaded image with size, dimensions, alt text, and metadata-stripped state in one row.
Source: wp_posts (post_type=attachment) + wp_postmeta
Filename Size Dimensions Format Alt text Stripped
hero-launch.jpg 284 KB 1600 x 900 JPEG Launch hero Yes
team-photo.png 1.1 MB 2400 x 1600 PNG Missing Partial
old-portrait.jpg 3.4 MB 4032 x 3024 JPEG Missing No
product-shot.webp 98 KB 1200 x 1200 WebP Product Yes

Comparison

Default Media library vs SleekView

Default WordPress Media library

  • Media library list mode shows only basic columns: title, author, date
  • No column for whether an attachment still carries EXIF data
  • Inline editing alt text and captions requires the attachment detail screen
  • File size and dimensions only show when opening the attachment one at a time
  • Hard to spot pre-plugin uploads that still have GPS data embedded

SleekView

  • One grid over every attachment row in wp_posts
  • Sort by size, dimensions, or upload date to find heavy or old images
  • Filter for attachments missing alt text or still carrying EXIF blocks
  • Inline edit title, alt text, caption, and description
  • Save views per role so editors only manage their own uploads

Features

What SleekView gives you for WP Strip Image Metadata

Audit metadata privacy at scale

Find images uploaded before WP Strip Image Metadata was installed that still carry EXIF or IPTC blocks. Filter for files over a size threshold to focus the cleanup.

Find missing alt text

Filter for attachments with empty _wp_attachment_image_alt meta. Sort by upload date to triage recent uploads and queue accessibility fixes for the team.

Inline edit attachment fields

Update title, alt text, caption, and description straight in the grid. Edits write back through the standard WordPress attachment APIs so image blocks and galleries refresh correctly.

Audience

Who uses SleekView for WP Strip Image Metadata

Privacy and compliance leads

Audit attachments for embedded EXIF data, especially GPS coordinates on user-uploaded images. Run a one-time cleanup view for any pre-plugin uploads still carrying metadata.

Editorial teams

Triage missing alt text across the media library. Build a writer-scoped view of recent uploads with empty alt fields and clear them before the next publish run.

Performance engineers

Find oversized images that slipped through the upload pipeline. Sort attachments by file size, filter to JPEGs over 1 MB, and queue them for re-compression or replacement.

The bigger picture

Why media-library audits do not happen at the scale they should

WP Strip Image Metadata does the right thing at upload time: every new file gets cleaned of EXIF and IPTC blocks before it lands in the uploads folder. The harder question is what is already in the library. Sites that installed the plugin years into their life have thousands of pre-plugin uploads still carrying GPS coordinates, camera serials, photographer names, and other metadata that should have been stripped.

The default WordPress Media library cannot answer that question. It shows thumbnails, not file sizes, not metadata status, not alt text coverage. SleekView turns the attachment post type into a real grid.

Filename, size, dimensions, format, alt text, and stripped state become sortable columns and saveable filters. Privacy leads audit for embedded GPS data. Editorial teams triage missing alt text.

Performance engineers find oversized files. Each role gets its own saved view scoped to the uploads they own. WordPress and WP Strip Image Metadata still do the upload handling.

SleekView just makes the media library legible at the scale long-running sites actually carry.

Questions

Common questions about SleekView for WP Strip Image Metadata

No. WP Strip Image Metadata still hooks into uploads and image edits to remove EXIF and IPTC blocks at the file level. SleekView reads the attachment records WordPress already stores so admins can audit the library at scale instead of opening each attachment.

 

Yes when the file metadata is exposed through an attachment hook or scanner script that writes a meta flag like _strip_image_metadata_status. SleekView surfaces that flag as a Stripped column so admins can filter for the leftover pre-plugin uploads.

 

Yes. SleekView writes back through WordPress's standard attachment APIs and the _wp_attachment_image_alt meta key. Image blocks, galleries, and any block that pulls alt from the attachment refresh exactly as if edited through the Media library detail screen.

 

Yes. Both come from _wp_attachment_metadata for image attachments. SleekView parses the meta array so file size in bytes, width, height, MIME type, and the available thumbnail sizes all surface as columns and filters.

 

No. SleekView paginates against wp_posts and wp_postmeta using the indexes WordPress already needs for the Media library. Even sites with hundreds of thousands of attachments stay responsive because the grid loads only visible columns and the current page.

 

Yes. Filter by post_author to show only the attachments a specific writer or contributor uploaded. Useful for accessibility audits where each writer owns the alt text for their own uploads.

 

Yes. Any view exports to CSV with the columns and rows currently on screen. Useful for compliance reports, accessibility audits, and developer queues for image re-compression.

 

Yes. The attachment grid covers every attachment post. PDFs, audio files, and video files surface alongside images so admins can audit the full media library, even though WP Strip Image Metadata itself only operates on images.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView