Title: Disable Plugin Install Notification
Last modified: October 20, 2016

---

# Disable Plugin Install Notification

 *  anonymized-14711860
 * (@anonymized-14711860)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/disable-plugin-install-notification/)
 * We’ve got the following notification appearing for all new users:
 * [http://cjhy.uk/jw](http://cjhy.uk/jw).
 * How can it be disabled? We do have a child theme.
 * Huge thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/disable-plugin-install-notification/#post-8339362)
 * You can add this in your child theme’s `functions.php` file, at the bottom:
    `
   remove_action('tgmpa_register','my_theme_register_required_plugins');`
 *  Thread Starter anonymized-14711860
 * (@anonymized-14711860)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/disable-plugin-install-notification/#post-8339527)
 * Thanks for the help.
 * I needed a couple of tweaks in the end, as per [http://wordpress.stackexchange.com/questions/170663/remove-action-on-after-setup-theme-not-working-from-child-theme](http://wordpress.stackexchange.com/questions/170663/remove-action-on-after-setup-theme-not-working-from-child-theme),
   but the below worked great:
 *     ```
       add_action( 'tgmpa_register', 'remove_JW_recommended_plugins', 0 );
   
       function remove_JW_recommended_plugins() {
   
           remove_action( 'tgmpa_register', 'my_theme_register_required_plugins' );
       }
       ```
   
 *  [Juliette Reinders Folmer](https://wordpress.org/support/users/jrf/)
 * (@jrf)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/disable-plugin-install-notification/#post-8339535)
 * [@acosmin](https://wordpress.org/support/users/acosmin/) Yikes.. please rename
   your TGMPA registration function to have your theme functions prefix instead 
   of `my_theme` (`my_theme_register_required_plugins` should be something like `
   justwrite_register_required_plugins`)
 * While we’re on the topic: please upgrade the included version of the TGM plugin
   activation class to the latest version (2.6.1). You are currently using version
   v2.4.2 which is ”’very”’ old, out-of-date, buggy and has a known security issue.
 * If you download a fresh copy of TGMPA using the [Custom TGMPA Generator](http://tgmpluginactivation.com/download/),
   it will serve you with a customized download of TGMPA which will pass the Theme
   Check rules and solve nearly all of the above issues.
 * Be aware of some minor changes to the TGMPA configuration options. See the [changelog](https://github.com/TGMPA/TGM-Plugin-Activation/blob/master/CHANGELOG.md)
   for more information or the [Configuration](http://tgmpluginactivation.com/configuration/)
   page for more detail on the current options.
 * In case you author any other themes using TGMPA: the same advice to upgrade the
   TGMPA library applies for those.
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/disable-plugin-install-notification/#post-8339576)
 * [@jrf](https://wordpress.org/support/users/jrf/) I was planning on releasing 
   an update on Monday. I’ve added your suggestions on the list. Thank you!
 *  [Juliette Reinders Folmer](https://wordpress.org/support/users/jrf/)
 * (@jrf)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/disable-plugin-install-notification/#post-8340624)
 * [@acosmin](https://wordpress.org/support/users/acosmin/) Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Disable Plugin Install Notification’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Juliette Reinders Folmer](https://wordpress.org/support/users/jrf/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/disable-plugin-install-notification/#post-8340624)
 * Status: not resolved