PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.83
51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 All 39 releases
← All changes | includes/admin/css/hide-spam-notifications.css +10 -2 51.1.4451.1.83 View file →
@@ -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 }