By using Elementorforum.com’s services you agree to our Cookies Use and Data Transfer outside the EU.
We and our partners operate globally and use cookies, including for analytics, personalisation, ads and Newsletters.

  • Join the Best Wordpress and Elementor Support forum

    Provide or get advice on everything Elementor and Wordpress, ask questions, gain confirmation or just become apart of a friendly, like minded community who love Wordpress and Elementor


    Join us!

How to remove WP Admin panel NAGs and Adverts

Community

Community

Administrator
Staff member
THere are a few plugins availiable for this, such as :


We personally use a plugin called clarity for most of the NAGs and plugin notifications, just install and let it do its thing.


There are other options too such as this code snippet:

Add Code to the Theme's functions.php​

  1. Go to Appearance > Theme Editor in the WordPress admin panel.
  2. Open the functions.php file of your active theme.
  3. Add the following code to hide admin notices for all users:

PHP:
 function remove_admin_notices_for_all_users(){if (!current_user_can('manage_options')){remove_all_actions('admin_notices');
        remove_all_actions('all_admin_notices');
    }
}
add_action('admin_head', 'remove_admin_notices_for_all_users', 1);
 
Elementor Services Elementor Services

Latest posts

Latest Resources

Other Elementor Resources

elementor official
Top