WP Manifestindependent plugin directory
manifest / admin / admin-notice-remover

Admin Notice Remover

Admin Notice Remover allows you to permanently remove specific admin notices that you don't want to see in your WordPress dashboard.

by Your Name · github.com/open-wp-club/admin-notice-remover

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/open-wp-club/admin-notice-remover/archive/refs/heads/main.zip

From the readme

Admin Notice Remover Description Admin Notice Remover allows you to permanently remove specific admin notices that you don't want to see in your WordPress dashboard. Instead of just hiding them with CSS, this plugin completely removes the notices from the DOM, ensuring they don't take up any space or resources. Features - Complete removal of specified notices (not just hiding them) - Performance optimized with built-in caching - Easy configuration through a separate config file - Matches notices by both CSS class and content - Works with all types of WordPress admin notices - Minimal performance impact Installation 1. Download the plugin files 2. Create a directory called admin-notice-remover in your /wp-content/plugins/ directory 3. Upload the following files to the directory: - admin-notice-remover.php - notices-config.php - README.md (optional) 4. Activate the plugin through the 'Plugins' menu in WordPress Example Configuration How It Works 1. The plugin loads the notice configuration from notices-config.php 2. Configurations are cached for optimal performance 3. When the admin panel loads, the plugin intercepts the output 4. Specified notices are completely re

Read the full README on GitHub →