Title: remove nagging screen
Last modified: November 15, 2019

---

# remove nagging screen

 *  Resolved [SBfoto](https://wordpress.org/support/users/256studio/)
 * (@256studio)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/remove-nagging-screen/)
 * How can I remove this from the admin dashboard? I have the LTD pro version deal.
   This is what I would like to be removed.
    “Recommended Plugin: Ninja Tables –
   Best Table Plugin for WP – Install | Learn More!”
 * The tiniest things get on my nerves about plugins.

Viewing 1 replies (of 1 total)

 *  Plugin Support [juniorninja](https://wordpress.org/support/users/mrkevinmiller/)
 * (@mrkevinmiller)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-nagging-screen/#post-12263938)
 * Hello [@256studio](https://wordpress.org/support/users/256studio/)
    Please add
   this code to your themes function.php
 *     ```
       // Remove Dashboard Recomendation
       add_action('admin_head', 'remove_dashboard_ads_by_ninja');
       function remove_dashboard_ads_by_ninja() {
           echo '<style>
           .ff_recommended_plugin
           {
               display: none;
           }
       </style>';
       }
       ```
   
 * It will hide the ads.
 * For more rapid response please use our own support system [https://wpmanageninja.com](https://wpmanageninja.com)
   and do not hesitate to contact us for further queries.
 * Thanks,
    Kevin Miller Support Manager Wpmanageninja Team

Viewing 1 replies (of 1 total)

The topic ‘remove nagging screen’ is closed to new replies.

 * ![](https://ps.w.org/ninja-tables/assets/icon-256x256.png?rev=3337819)
 * [Ninja Tables – Easy Data Table Builder](https://wordpress.org/plugins/ninja-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ninja-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ninja-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/ninja-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ninja-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ninja-tables/reviews/)

## Tags

 * [fluent](https://wordpress.org/support/topic-tag/fluent/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [forms](https://wordpress.org/support/topic-tag/forms/)

 * 1 reply
 * 2 participants
 * Last reply from: [juniorninja](https://wordpress.org/support/users/mrkevinmiller/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/remove-nagging-screen/#post-12263938)
 * Status: resolved