You can remove the notice "Install required plugin notifications" for all users by putting the code below in a child theme's functions.php file:


remove_action( 'admin_notices', array( TGM_Plugin_Activation::$instance, 'notices' ) );


You can get a sample child theme from http://vamtam.com/child-themes/