• It would be better if it also removed the Tools > Site Health function as well.

    There is simple code

    function escode_remove_site_health_feature() {
    
        remove_submenu_page( 'tools.php', 'site-health.php' );
    }
    
    add_action( 'admin_menu', 'escode_remove_site_health_feature' );
    • This topic was modified 3 years, 9 months ago by flyingkites.
  • The topic ‘Leave Tools Site Health’ is closed to new replies.