Description
IGW Admin Cleanup is a simple WordPress plugin that helps you keep the administration area clean by hiding unnecessary elements added by other plugins.
Many WordPress plugins permanently display upgrade links, premium version promotions, banners, commercial notices, calls to action and other elements that you may not need during everyday use.
IGW Admin Cleanup allows you to hide these elements without modifying the original files of WordPress or third-party plugins.
Simply add the CSS selectors of the elements you want to hide, one selector per line.
For example:
#wfMenuCallout
.plugin-upgrade-notice
.premium-banner
IGW Admin Cleanup will locate these elements when the WordPress administration area loads and hide them automatically.
If the selected element is contained inside an <li> element, IGW Admin Cleanup hides the complete list item. This is particularly useful for removing promotional links from plugin menus.
What can IGW Admin Cleanup hide?
You can use IGW Admin Cleanup to hide elements such as:
- Premium or Pro upgrade links.
- Promotional banners.
- Commercial notices.
- Calls to action.
- Plugin menu entries.
- Other unnecessary elements in the WordPress administration area.
Simple configuration
Go to:
Settings IGW Admin Cleanup
Add one CSS selector per line and save your changes.
There is no need to modify theme files, plugin files or add custom code to functions.php.
Important
IGW Admin Cleanup only visually hides the selected elements.
It does not disable plugin functionality, licenses, checks, restrictions or premium features.
CSS selectors used by third-party plugins may change after an update. If this happens, you may need to update the corresponding selector in IGW Admin Cleanup.
Current limitations
The current version works with elements available during the normal loading of the WordPress administration page.
Elements dynamically generated by JavaScript after the page has loaded may not currently be detected.
Support for dynamically loaded elements may be added in a future version.
Installation
- Upload the
clean-adminfolder to the/wp-content/plugins/directory, or install the plugin from the WordPress Plugins screen. - Activate IGW Admin Cleanup from the Plugins screen.
- Go to Settings IGW Admin Cleanup.
- Add the CSS selectors you want to hide, one per line.
- Save your changes.
FAQ
-
Does IGW Admin Cleanup modify other plugins?
-
No. IGW Admin Cleanup does not modify the files or configuration of other plugins. It only hides selected elements from the WordPress administration interface.
-
Will my rules disappear when another plugin is updated?
-
No. Your IGW Admin Cleanup configuration will remain stored after other plugins are updated.
However, if another plugin changes its HTML structure or CSS selectors, you may need to update the corresponding selector.
-
Can I add multiple selectors?
-
Yes. Add one CSS selector per line.
-
No. IGW Admin Cleanup only hides elements from the administration interface. It does not enable, disable or modify Premium features, licenses or restrictions.
-
Does it affect the public website?
-
No. IGW Admin Cleanup only operates inside the WordPress administration area.
-
Can it hide elements loaded with JavaScript?
-
Not currently in all cases. Elements added dynamically after the initial page load may not be detected by the current version.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“IGW Admin Cleanup” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “IGW Admin Cleanup” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.0
- Initial release.
- Added support for hiding WordPress admin elements using CSS selectors.
- Added support for multiple selectors.
- Added automatic hiding of the closest list item when applicable.