# king-addons/51.1.78/includes/admin/css/hide-spam-notifications.css

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.78. 13 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.78/code/includes/admin/css/hide-spam-notifications.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.78/raw/includes/admin/css/hide-spam-notifications.css
- Modified: 2026-08-25T03:27:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.78/code/includes/admin/css/hide-spam-notifications.css#L10-L20`.

```css
/* 
* Hide spam notifications. 
* More info: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard
*/
html body .wpmet-notice.notice,
html body .wpnotice-wrapper.notice.templately,
html body .wpnotice-wrapper.notice.essential-addons-for-elementor-lite,
html body .notice.ha-review-notice.ha-review-notice--extended,
html body .notice.wpr-plugin-sale-notice,
html body .notice.wpr-rating-notice,
html body .astra-notice-wrapper.astra-notice.notice {
    display: none !important;
}
```
