Description
Quiet Admin is the all-in-one WordPress admin cleanup plugin for agencies, developers, and site owners. Hide noisy admin notices, disable comments, remove unwanted dashboard widgets, customize the WordPress login page, and tune performance — all from a single, modern settings page.
Why Quiet Admin?
Every WordPress site accumulates clutter: plugin notices demanding attention, dashboard widgets nobody uses, comment spam, and a login page that screams “WordPress.” Quiet Admin gives you the tools to clean all of it up in minutes — without writing any code.
Features
- 🔔 Hide Admin Notices — Suppress non-critical admin notices or silence them all. A CSS class allowlist keeps important plugin notices always visible.
- 💬 Disable Comments — Turn off WordPress comments globally or per post type. Removes the Comments menu, dashboard widget, REST endpoints, and XML-RPC methods. Includes a one-click bulk-delete tool to clear all existing comments permanently.
- 📋 Clean Dashboard Widgets — Remove any dashboard widget, including the WordPress Welcome Panel. Enable Zen Mode to also hide the admin footer and Screen Options clutter.
- 🔧 Admin Bar Cleanup — Remove the WP logo, “+ New” menu, comments bubble, updates bubble, and “Howdy” greeting from the toolbar. Hide the admin bar on the frontend for non-administrator roles.
- ⚡ Performance Tweaks — Disable emoji scripts, oEmbed, version query strings on CSS/JS assets, jQuery Migrate, and unnecessary
<head>tags like RSD links, the WP generator tag, and shortlink. - 🦶 Custom Admin Footer — Replace the default WordPress admin footer text with your own branding and hide the WordPress version number.
- 🎨 Login Page Customizer — Upload a custom logo via the WordPress media library, set a background color, control the logo link URL, hide the “Back to site” link, and add custom CSS to the login page.
- 🎯 Modern Settings UI — Sticky sidebar navigation with Dashicons, toggle switches, and clear section grouping. One settings page, eight tabs, zero confusion.
Quiet Admin is the perfect white-label tool for WordPress agencies and freelancers who want to deliver a clean, professional admin experience to their clients.
👉 Learn more at Element Media.
Screenshots

Plugin settings homepage 
Admin Notices — hide non-critical or all notices with allowlist support 
Comments — disable comments and bulk delete existing ones 
Dashboard Cleanup — hide widgets and enable Zen Mode 
Admin Bar Cleanup — remove toolbar items and hide for non-admins 
Performance Tweaks — disable emoji, oEmbed, query strings, and more 
Admin Footer — customize the footer and the wordpress version 
Login Page Customizer — custom logo, background color, and CSS 
Public Login Page Example
Installation
- Upload and activate the plugin from Plugins Add New.
- Go to Settings Quiet Admin.
- Use the sidebar tabs to configure each feature:
- Notices — choose which admin notices to hide
- Comments — disable comments and delete existing ones
- Dashboard — hide widgets and enable Zen Mode
- Admin Bar — remove toolbar items
- Performance — disable scripts and clean up
<head> - Admin Footer — set custom footer text
- Login Page — upload a logo and customize styles
- Click Save Changes on each tab.
FAQ
-
Does this plugin add anything to my site’s frontend?
-
Almost nothing. Quiet Admin works entirely in the WordPress admin. The only frontend changes are: (1) hiding the admin toolbar for non-admins if you enable that option, and (2) login page styling if you use the Login Page tab.
-
Can I hide admin notices from specific plugins but keep others?
-
Yes. Set the Notices mode to “Hide non-critical” or “Hide all,” then add the CSS class of any notice you want to keep to the allowlist. For example, adding
woocommerce-messagewill always show WooCommerce admin notices. -
Will disabling comments remove my existing comments?
-
No. Disabling comments only prevents new comments and removes the UI. Your existing comments stay in the database. Use the bulk-delete button on the Comments tab if you want to permanently remove them.
-
Can I remove dashboard widgets added by other plugins?
-
Yes. Visit your Dashboard page first so WordPress registers all widgets, then go to the Dashboard tab in Quiet Admin — all registered widgets will appear in the list.
-
Will hiding admin notices break anything?
-
No. Quiet Admin hides notices using CSS scoped to your admin. Critical notices (errors, success messages) can be protected with the allowlist. Nothing is deleted.
-
Does it work with multisite?
-
Quiet Admin is designed for single-site installations. It has not been tested on WordPress Multisite.
-
Is this plugin safe for client sites?
-
Yes. It is a popular use case. Use the Login Page customizer for client branding, hide the WordPress logo and version number from the admin bar and footer, and remove unnecessary dashboard widgets for a clean white-label experience.
-
Can I undo everything?
-
Yes. All changes are stored in WordPress options and are fully reversible from the settings panel. Deactivating the plugin immediately restores all default WordPress behavior.
-
Where can I get support?
-
Open a ticket on the WordPress.org support forum or visit our website.
Reviews
Contributors & Developers
“Quiet Admin – Hide Admin Notices, Disable Comments, Clean Dashboard & More” is open source software. The following people have contributed to this plugin.
ContributorsInterested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.2.0
- Added Admin Bar cleanup tab: remove WP logo, “+ New” menu, comments/updates bubbles, “Howdy” greeting, and hide toolbar on frontend for non-admins.
- Added Performance tab: disable emoji scripts, oEmbed, version query strings, jQuery Migrate, and unnecessary head link tags.
- Added Admin Footer tab: custom footer text and hide WordPress version number.
- Added Login Page tab: custom logo (media library picker), background color, logo link destination, hide back-link, and custom CSS.
- Added Comments tab: comment count summary and bulk-delete tool to permanently remove all existing comments.
- Extended Notices tab: CSS class allowlist to always show specific plugin notices even when hiding is active.
- Redesigned settings page: modern card layout with sticky sidebar, Dashicon navigation, toggle switches, and section grouping.
2.1.1
- Fixed: Comments menu, dashboard widget, and post meta boxes not being removed due to wrong hook timing (admin_init fires before WordPress registers menus and meta boxes).
2.1.0
- Fixed comment meta boxes never being removed due to a nested admin_init hook bug.
- Fixed individual REST comment endpoint not removed alongside the collection endpoint.
- Fixed active tab broken on PHP 8.1+ due to deprecated FILTER_SANITIZE_STRING.
- Fixed post type sanitization to use sanitize_key() instead of sanitize_text_field().
- Fixed wp_die() messages to be translated and properly escaped.
- Fixed Akismet setup prompt hidden regardless of notice mode setting (CSS scope bug).
- Removed dead network multisite methods that were never hooked.
- Removed duplicate $posted_tab computation in settings save handler.
- Removed non-functional live widget manager (manage.js / manage.css).
- Updated installation instructions to reflect settings-page widget management.
2.0.4
- Fixed basic notices to show normally.
- Minified the css and js files.
2.0.3
- (Internal build — not publicly released.)
2.0.2
- License header added; WP.org readme added.
- Sanitized GET access to satisfy WPCS.
- Unified Dashboard hiding via one list (includes Welcome Panel).
- Higher removal priority to catch late widgets (e.g., Fluent Forms).
