✨ 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 Charts for Adminimize: hidden admin element KPIs

Adminimize hides admin menus, metaboxes, and screens per role and saves every rule into the _adminimize option arrays in wp_options. SleekView Charts reads those arrays and renders hidden elements per role, area coverage, and configuration changes over time as live chart cards.

♾️ Lifetime License available

SleekView Charts dashboard for Adminimize

From an options checklist to a real role coverage dashboard

Adminimize is the long-running WordPress plugin that lets admins surgically hide pieces of the WP Admin per role: menu entries, submenu links, dashboard metaboxes, plugin pages, user profile fields, and so on. Every checkbox saves back into the same option store: a set of _adminimize serialized arrays in wp_options keyed by role and area (for example _adminimize_menu_editor or _adminimize_metaboxes_administrator).

SleekView Charts reads those serialized arrays and exposes them as a data source. Each rule becomes a row with role, area, and hidden_element columns. A Number KPI counts total hidden elements across the site. A Pie groups rules by role, so admins see whether the editor role is more restricted than the author role. A Bar splits rules by area (menu, metaboxes, profile, plugins), revealing where the team has invested in lockdown. An Area trends rule changes per month using the option's updated timestamp.

The result is the configuration audit Adminimize itself does not surface. Two hundred and eighteen hidden elements across five roles is just a number nobody ever sees, until it shows up as a chart. New custom roles inherit no Adminimize rules by default, so coverage gaps for newly created roles become visible the first time the dashboard renders.

Workflow

Plug into the _adminimize option arrays

1

Index the _adminimize options

SleekView Charts loads every option whose name starts with _adminimize_ and parses the serialized array into rows. Role, area, and hidden_element become first-class columns the dashboard builder can group on.
2

Aggregate per role and area

Each hidden element belongs to a role and to an area (menu, submenu, metabox, profile, plugin). The chart engine exposes both as groupBy columns so role-and-area cards drop in with a few clicks.
3

Build the lockdown KPIs

A Number card for total hidden elements, a Pie for rules per role, a Bar for rules per area, and an Area trend for rule changes. Four cards turn an options checklist into a coverage map.
4

Alert on missing role coverage

Add a card that lists roles with zero Adminimize rules. New custom roles created after the initial lockdown often inherit nothing, and the gap surfaces before someone discovers they can see the full admin.

Sample dashboard

Adminimize role coverage dashboard

Four chart cards built straight from the _adminimize option arrays in wp_options, with no custom table required and no Adminimize export step in between.
Number · Default

Total hidden admin elements

Headline count of unique hidden-element entries across every _adminimize option array. The single configuration size number admins want to see before adding more lockdown rules.
Count
Pie · Donut

Hidden elements by role

Donut splitting Adminimize rules by role read from the option key suffix. Reveals which role is most locked down, useful when comparing editor, author, and any custom role configuration.
Count group by role
Bar · Horizontal

Hidden elements by admin area

Horizontal bar of hidden elements grouped by area: menu, submenu, metaboxes, profile, plugins. Surfaces where the lockdown work is concentrated and where the configuration is still wide open.
Count group by area
Area · Gradient

Configuration changes per month

Gradient area of _adminimize option updates per month from the option_updated timestamp. Spikes show months when the lockdown was tightened, troughs flag long periods without an audit.
Count group by option_modified

Comparison

Default Adminimize admin vs SleekView Charts

Default Adminimize settings page

  • Long checklist screens per role with no aggregate count anywhere
  • No way to compare lockdown depth between roles at a glance
  • Hidden elements per admin area need scrolling through every tab
  • New custom roles inherit nothing and the gap stays invisible
  • Configuration history requires manual change logs outside the plugin

SleekView Charts

  • Reads every _adminimize_* option in wp_options as a live data source
  • Pie of rules per role compares lockdown depth across the team instantly
  • Bar by admin area highlights where lockdown work is concentrated
  • Trend on option_updated surfaces months of audit activity and quiet periods
  • Alert flags roles with zero Adminimize coverage before they cause an incident

Features

What SleekView Charts gives you for Adminimize

Lockdown KPI

Number card for total hidden admin elements plus a delta against last quarter. Security and ops see the configuration size before opening any settings tab.

Role lockdown depth

Donut of Adminimize rules per role. Editor versus author versus custom-role lockdown becomes a one-glance comparison, useful for spotting under-restricted roles.

Area coverage map

Horizontal bar of rules per admin area. Menu, submenu, metaboxes, profile, and plugins each get their own row, exposing where the configuration leans and where it is empty.

Audience

Where Adminimize charts pay off

Security teams

Quarterly audits start with the lockdown KPI. Roles with no rules and areas with thin coverage surface in the first ten seconds of the meeting.

Enterprise WP

Large WP installs with many custom roles use the role-coverage donut to confirm every role has a baseline lockdown before granting access to new users.

Agencies

Client reports include lockdown depth per role and rule-change history per month. Demonstrating ongoing admin hardening becomes a chart instead of a checklist screenshot.

The bigger picture

Lockdown is data, not just a checklist screen

Adminimize has been the default surgical WP-admin lockdown plugin for over a decade because it does the hiding job cleanly and stores every rule in standard WordPress options. The trade-off is that the configuration becomes a wall of checkboxes that no admin screen aggregates. Two hundred hidden elements across six roles look impressive in isolation but tell you nothing about coverage gaps, audit cadence, or whether the latest custom role is exposed.

SleekView Charts reads the same _adminimize option arrays the plugin already writes, parses them into rows, and renders them as a dashboard. Total hidden elements, rules per role, rules per area, and configuration-change cadence all live on one screen. Security teams audit quickly, enterprise admins spot under-restricted roles before incidents, and agencies show ongoing hardening as a chart instead of a checkbox screenshot.

The plugin keeps doing the hiding, the dashboard does the reporting.

Questions

Common questions about SleekView Charts for Adminimize

From the set of options in wp_options whose name starts with _adminimize_. Each option stores a serialized array of hidden elements for a given role and area, and SleekView Charts parses them into a queryable data source without modifying anything.

 

Yes. The role component of each _adminimize_* option name is exposed as a groupBy column. A Pie or Bar of rules per role lists every role on the site with its lockdown depth, useful for spotting custom roles that were never restricted.

 

Yes. Area names like menu, submenu, metaboxes, profile, and plugins come from the option name itself. A horizontal Bar of rules per area shows where the configuration is dense and where the admin surface is still wide open.

 

Yes. A dedicated card lists roles from wp_user_roles that have no entries in any _adminimize_* option. Security teams use the card to spot new custom roles that inherited no baseline lockdown, often the source of unexpected admin exposure.

 

It refreshes on every dashboard load. Saving Adminimize rules updates the option in wp_options and the chart cards reflect the change on the next render with no rebuild step, no nightly sync, and no manual import in between.

 

Yes. The option update timestamp is exposed as a column, so an Area chart trends Adminimize rule changes per month. Sites that want stricter auditing can have SleekView mirror every option change into a dedicated log key for deeper history.

 

Yes. Each subsite stores its own _adminimize_* options in its prefixed options table. SleekView Charts can point at one subsite or stack subsite cards side by side, giving network admins a network-wide picture of admin lockdown.

 

No. Pointing SleekView Charts at the _adminimize_* options is done from WP Admin. Aggregation, group-by, and color are dropdown choices. No SQL is written, no PHP filters are needed, and Adminimize itself is not modified in any way.

 

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