✨ 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 User Meta Manager

SleekView reads wp_users joined with the wp_usermeta keys User Meta Manager exposes and renders display_name, role and selected meta_keys as a queryable audit grid instead of a long key/value list.

♾️ Lifetime License available

SleekView table view for User Meta Manager

Move usermeta out of a list of keys and into a real audit table

User Meta Manager is a thin admin layer over wp_usermeta: it lists every meta_key written for every user, supports bulk delete and bulk add, and exposes the long-format key/value structure WordPress already maintains. The plugin is excellent at letting you see and clean raw usermeta and limited at telling you anything about the membership as a whole, because the surface is a row-per-key list rather than a member-per-row table.

SleekView reads wp_users joined with the meta_keys User Meta Manager exposes and pivots them into named columns at query time. Each member is one row. Role, account_status and any chosen meta_key (country, plan, referral_source) become real columns. Filter to a specific key value, sort by user_registered or by last_login and triage the membership without scanning a list of keys.

User Meta Manager keeps owning bulk-edit, bulk-delete and the raw key view. The table view owns the cohort surface, so the meta data User Meta Manager makes visible becomes something you can actually report on at the membership level.

Workflow

How SleekView surfaces User Meta Manager data

1

Point at wp_users and pivot the chosen keys

Pick wp_users joined with wp_usermeta filtered to the meta_keys User Meta Manager exposes. SleekView pivots them into named columns so each member is a single row with the keys as columns.
2

Compose the columns

Drag in Email, Role, Registered, plus any meta_keys (country, plan, referral_source). Reorder, hide or rename. Newly visible keys in User Meta Manager appear as candidate columns next time you edit the view.
3

Filter and sort like a database

Filter to a specific role, a meta_key value or a registration window. Sort by user_registered for onboarding triage or by any pivoted key value for cohort segmentation.
4

Save and gate the view

Name the view ("Pro members", "Recent signups", "Orphaned-key audit") and gate by WordPress capability so admins, ops and marketing each land on the slice that matters.

Sample columns

A typical User Meta Manager audit view

Rows from wp_users with the wp_usermeta keys User Meta Manager exposes pivoted into named columns. The same data User Meta Manager lists key by key, surfaced as a queryable member table.
Source: wp_users + wp_usermeta
Email Role Country Plan Registered Last login
maya@studio.io subscriber Germany Pro 2025-12-04 09:12 2025-12-12 08:02
dev@iturbe.dev editor Spain Pro+ 2025-12-04 09:31 2025-12-13 19:45
studio@felix.co subscriber Portugal Free 2025-12-03 14:08 2025-12-09 11:21
p.nakamura@cohort.jp subscriber Japan Pro 2025-12-02 22:41
lapsed@k.io subscriber Italy Free 2024-09-14 06:50 2024-11-02 10:08

Comparison

Default User Meta Manager list vs SleekView

Default User Meta Manager key list

  • Row per meta_key per user, never one row per member
  • No combined filter across role and meta_key value
  • Account status or plan can't be sorted as a column
  • Per-cohort exports require raw SQL on wp_usermeta
  • Reporting on the membership means scanning a key list manually

SleekView

  • Every wp_users row joined with selected pivoted usermeta keys
  • Role and any meta_key value as real, sortable columns
  • Filter to a specific plan, country or signup window
  • Saved views per role: ops audit, marketing segment, manager KPI
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for User Meta Manager

Member-per-row instead of key-per-row

Pivot the meta_keys User Meta Manager exposes into named columns so each member shows up once with all their selected fields, not once per key.

Composable cohort filters

Stack filters on role, registration window and pivoted meta_key values to assemble marketing segments, lapsed-member lists or audit cohorts in a single query.

Orphan-key audits

Pull suspicious meta_keys (legacy plugin remnants, deprecated fields) into the table to confirm row counts before User Meta Manager's bulk-delete runs.

Audience

Who uses SleekView for User Meta Manager

Admins and operators

Audit which meta_keys are still in use, scope cleanup cohorts with filters and confirm membership impact before running User Meta Manager bulk-delete actions.

Membership managers

Build the working member table once with role, registration date and the plan key, then save it as the daily ops surface for the team.

Marketing teams

Pivot country, occupation or campaign_source keys into columns and export segmented lists for outreach without leaving the audit table.

The bigger picture

Why a member table beats a key list

User Meta Manager is honest about what it does: it surfaces the raw wp_usermeta key/value structure WordPress already maintains and lets admins bulk-edit and bulk-delete it. That is exactly the right tool for data hygiene and exactly the wrong tool for understanding the membership at the cohort level, because a list of keys never tells you who is in the membership or how they are distributed. SleekView pivots the same keys into named columns and renders each member as a single row, with role, registration date and any chosen meta_key sitting alongside email and last login.

Filters stack into a single query so the lapsed cohort, the Pro segment and the orphan-key audit become one-click saved views. User Meta Manager keeps owning the raw key view and bulk edits, while ops, marketing and managers get the per-member surface the dataset always deserved.

Questions

Common questions about SleekView for User Meta Manager

wp_users joined with wp_usermeta filtered to the meta_keys User Meta Manager exposes. SleekView pivots those keys into named columns at query time so each member is a single row on the audit table.

 

Yes. Any meta_key visible in User Meta Manager becomes a candidate column in SleekView. Pivot it into the table for sortable, filterable access without writing manage_users_columns callbacks.

 

Yes. When User Meta Manager bulk-adds or bulk-deletes meta_key rows, the table reflects the change on the next refresh because it reads wp_usermeta directly without a separate cache.

 

Yes. Pull the target meta_key into a column and filter on its value to see exactly which members are affected. Export the cohort to CSV before running User Meta Manager's bulk-delete for a permanent record.

 

Yes. The chart view and the table view share the dataset, so a role filter or a specific meta_key value narrows both surfaces. Admins pivot between row cleanup and chart summary without rebuilding filters.

 

Yes. SleekView views can be private or shared with specific roles. A common setup: an admin-only orphan-key audit and a manager-facing member table that hides raw cleanup keys.

 

Only when the table view explicitly enables inline edits. Writes route through update_user_meta so hooks fire as usual and User Meta Manager picks up the same changes.

 

Yes. Any filtered cohort exports as CSV with user_login, user_email, user_registered and every selected meta_key as columns. Useful for migration prep, re-engagement lists and quarterly audits.

 

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