
Cleaned-up dashboard with most promo boxes removed.
Many plugins flood your wp-admin with:
Bros Clean Admin – Hide Dashboard Ads quietly removes that noise so you can focus on your work.
What it does:
bros-clean-admin-hide-dashboard-ads text domainThis plugin only runs in wp-admin and does not affect your frontend.
If you enjoy this plugin and want to support development, you can buy me a coffee here:
https://ko-fi.com/W7W51P4XY6
Development and source code:
You can add your own keywords to hide specific promotions or review requests. For example:
early bird to Custom Promo Keywords.beta tester to Custom Review Keywords.Each field accepts a comma-separated list of phrases. Matching is done in a simple “contains text” way, case-insensitive.
You can filter the default keyword lists using these filters:
brosclad_promo_words – filter the default promo words array.brosclad_review_words – filter the default review words array.Example:
add_filter( 'brosclad_promo_words', function( $words ) { $words[] = 'early bird'; return $words; } );