| @@ -1,5 +1,13 @@ | ||
| 1 | -/* Hide spam notifications */ | |
| 1 | +/* | |
| 2 | +* Hide spam notifications. | |
| 3 | +* More info: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard | |
| 4 | +*/ | |
| 2 | 5 | html body .wpmet-notice.notice, |
| 3 | -html body .wpnotice-wrapper.notice.templately { | |
| 6 | +html body .wpnotice-wrapper.notice.templately, | |
| 7 | +html body .wpnotice-wrapper.notice.essential-addons-for-elementor-lite, | |
| 8 | +html body .notice.ha-review-notice.ha-review-notice--extended, | |
| 9 | +html body .notice.wpr-plugin-sale-notice, | |
| 10 | +html body .notice.wpr-rating-notice, | |
| 11 | +html body .astra-notice-wrapper.astra-notice.notice { | |
| 4 | 12 | display: none !important; |
| 5 | 13 | } |