Hi,
This is not a solution to hide plugins update notifications. In future your site might be vulnerable to hacker attacks if you don’t keep your plugins updated.
But anyways you can use this function to set display none for that div with notifications.
Add this functions in kleo-child/functions.php
COPY CODE
function remove_tgmpa_notifications(){
echo "<style>\n";
echo '#setting-error-tgmpa { clear: both;display: none; }';
echo "\n</style>";
}
add_action( 'admin_print_styles', 'remove_tgmpa_notifications' ,90);
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution