I found a working solution for this.You're not alone![]()
Yes ... wonderful plugin, It's essential for me... @Tomz shared it in one of the forum topics before... changed my WP-Dashboard life...I found a working solution for this.
![]()
Disable Admin Notices individually
Disable admin notices plugin gives you the option to hide updates warnings and inline notices in the admin panel.wordpress.org
It gives you the power to individually get rid of any WordPress admin notification.
LOVE IT!!![]()
well, thx for sharing this too.. will put it in my list.I use another way for this
View attachment 39152
View attachment 39153
View attachment 39154
add_filter('ure_role_additional_options', 'ure_add_block_admin_notices_option', 10, 1); function ure_add_block_admin_notices_option($items) { $item = URE_Role_Additional_Options::create_item('block_admin_notices', esc_html__('Block admin notices', 'user-role-editor'), 'admin_init', 'ure_block_admin_notices'); $items[$item->id] = $item; return $items; } function ure_block_admin_notices() { add_action('admin_print_scripts', 'ure_remove_admin_notices'); } function ure_remove_admin_notices() { global $wp_filter; if (is_user_admin()) { if (isset($wp_filter['user_admin_notices'])) { unset($wp_filter['user_admin_notices']); } } elseif (isset($wp_filter['admin_notices'])) { unset($wp_filter['admin_notices']); } if (isset($wp_filter['all_admin_notices'])) { unset($wp_filter['all_admin_notices']); } }
Will consider this if the website has users...if not, Well stick with the Disable admin... Plugin.yes or paste the code in your theme to use only 1 plugin
With User Role Editor Pro, you control all your subscribers
If you are lucky, this removes the red alert.how to remove the red alert
It worked perfectly friend thank you!If you are lucky, this removes the red alert.Please test and report back!
![]()
5.05 MB file on MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB now!mega.nz
TassieNZ![]()
Just updated to NULLED version with RED alert gone! (hopefully!!!)
It’s working thanksIf you are lucky, this removes the red alert.Please test and report back!
![]()
5.05 MB file on MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB now!mega.nz
TassieNZ![]()