Stop the admin email check
Every six months WordPress asks administrators to confirm the site’s admin email after they log in. This turns that screen off.
<?php
add_filter( 'admin_email_check_interval', '__return_false' );
In these packs
- Turn off what you don’t use: Each of these replaces a small plugin: no comments, classic editor, no feeds, no search and more.