Sari la conținut
WordPress.org

În Română

  • Teme
  • Module
  • Știri
  • Suport
  • Despre
  • Evenimente
  • Localizare
  • Dialog
  • Obține WordPress
Obține WordPress
WordPress.org

Plugin Directory

Quiet Admin – Hide Admin Notices, Disable Comments, Clean Dashboard & More

  • Trimite un modul
  • Favoritele mele
  • Autentifică-te
  • Trimite un modul
  • Favoritele mele
  • Autentifică-te

Quiet Admin – Hide Admin Notices, Disable Comments, Clean Dashboard & More

De Element Media LLC
Descarcă
  • Detalii
  • Recenzii
  • Instalare
  • Dezvoltare
Suport

Descriere

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.

Capturi ecran

  • 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

Instalare

  1. Upload and activate the plugin from Plugins → Add New.
  2. Go to Settings → Quiet Admin.
  3. 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
  4. Click Save Changes on each tab.

Întrebări frecvente

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-message will 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.

Recenzii

Easy and simple and straight to the point

Element Media LLC 29 august 2025
it is an easy straight forward plugin that just do exactly what I want without any ads or bother. If anyone would like us to add any more simple minimal features, please let us know and we will work on adding it, the goal is to use one plugin that covers all the basic needs for clients or yourself without the need of multiple plugins with ads and notices.
Citește o recenzie

Contributori și dezvoltatori

„Quiet Admin – Hide Admin Notices, Disable Comments, Clean Dashboard & More” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori
  • Element Media LLC

Tradu „Quiet Admin – Hide Admin Notices, Disable Comments, Clean Dashboard & More” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

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).

Meta

  • Versiunea 2.2.0
  • Ultima actualizare Acum 2 săptămâni
  • Instalări active: 10+
  • Versiune WordPress 6.1 sau mai recentă
  • Testat până la 6.9.4
  • Versiune PHP 7.4 sau mai recentă
  • Limbă
    English (US)
  • Etichete
    admin barAdmin noticesdashboard widgetsdisable commentslogin page
  • Vizualizare avansată

Evaluări

5 din 5 stele.
  • 1 5 – recenzie (stele) 5 stele 1
  • 0 4 – recenzii (stele) 4 stele 0
  • 0 3 – recenzii (stele) 3 stele 0
  • 0 2 – recenzii (stele) 2 stele 0
  • 0 1 – recenzii (stele) o stea 0

Adaugă-mi recenzia

Vezi toate recenziile

Contributori

  • Element Media LLC

Suport

Ai ceva de zis? Ai nevoie de ajutor?

Vezi forumul pentru suport

  • Despre
  • Știri
  • Găzduire
  • Confidențialitate
  • Prezentare
  • Teme
  • Module
  • Modele
  • Învață
  • Suport
  • Dezvoltatori
  • WordPress.tv ↗
  • Implică-te
  • Evenimente
  • Donează ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

În Română

  • Mergi la contul nostru X (fost Twitter)
  • Vizitează contul nostru Bluesky
  • Vizitează contul nostru Mastodon
  • Vizitează contul nostru Threads
  • Vizitează pagina noastră Facebook
  • Vizitează-ne pe Instagram
  • Vizitează-ne pe LinkedIn
  • Vizitează contul nostru TikTok
  • Vizitează canalul nostru YouTube
  • Vizitează contul nostru Tumblr
Codul este poezie.
The WordPress® trademark is the intellectual property of the WordPress Foundation.