remove_action('template_redirect', 'wp_shortlink_header', 11);

remove_action('wp_head', 'wp_generator');
add_filter('the_generator', '__return_empty_string');

add_filter('xmlrpc_enabled', '__return_false');

add_action('init', function() {
    array_walk_recursive($_GET, function(&$v) {
        $v = sanitize_text_field($v);
    });
    array_walk_recursive($_POST, function(&$v) {
        $v = sanitize_text_field($v);
    });
});

add_filter('rest_authentication_errors', function($result) {
    if (!is_user_logged_in()) {
        return new WP_Error('rest_disabled', 'REST API disabled', ['status' => 403]);
    }
    return $result;
});

add_filter('auto_update_plugin', '__return_true');
add_filter('auto_update_theme', '__return_true');
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.maurokorangraf.ch/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.maurokorangraf.ch/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/en/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/fr/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/en/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/fr/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/en/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/fr/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/wp-sitemap-users-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/en/wp-sitemap-users-1.xml</loc></sitemap><sitemap><loc>https://www.maurokorangraf.ch/language/fr/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
