1. Home
  2. EdminBoost
  3. Features
  4. Overview

Overview

EdminBoost feature tools are optional toggles that change WordPress admin and site behavior. They are separate from Command Center (layout, theme, top bar, Menu Studio) but use the same Save flow and global enable switch.

WHERE TO CONFIGURE

Command Center tab bar (not the left sidebar):

  • Productivity — cleaner admin, dashboard, workflows, list tables
  • Security — hardening, comments, login/logout redirects
  • Performance — scripts, assets, Heartbeat API

White Label is its own tab (branding), not in the feature registry.
 Settings (sidebar) = JSON backup/import only.
 Requires Administrator (manage_options).

GLOBAL ENABLE

All features respect EdminBoost → Settings → Enabled. When the plugin is off, no feature hooks run. Each tool stays off until you enable it and Save.

STORAGE

Settings live in edminboost_settings['features']. Legacy admin_bar / admin_menu keys are removed on read — declutter → Theme; sidebar → Menu Studio.

SAVE / RESET

Save via AJAX (Settings API). Reset to defaults reloads factory values; Save again to persist.

NOT FEATURE MODULES (configure elsewhere)

  • Top bar & drawer → Top Bar
  • Admin bar declutter → Theme
  • Sidebar reorder/hide/custom links → Menu Studio
  • Visual skins → Theme
  • White label → White Label

TOOLS BY TAB

Productivity (9): hide notices, hide Screen Options/Help, dashboard widgets, admin footer, post duplicator, classic widgets, menu duplicator, custom list columns, post order.

Security (5): XML-RPC, feeds, REST hardening, disable comments, login redirects.

Performance (5): disable emojis, asset versions, front-end Dashicons, embeds, Heartbeat.

PRIVACY

Local WordPress only — no telemetry from these toggles. Test Security/Performance on staging first.

How can we help?