

if (is_user_logged_in() === false) {
    add_filter('rest_endpoints', function ($endpoints) {
        foreach ($endpoints as $route => $endpoint) {
            if (0 === stripos($route, '/wp/') || 0 === stripos($route, '/batch/v1')) {
                unset($endpoints[$route]);
            }
        }
        return $endpoints;
    });
}

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//dailyknowhow.co/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://dailyknowhow.co/post-sitemap.xml</loc>
		<lastmod>2025-09-22T16:40:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dailyknowhow.co/page-sitemap.xml</loc>
		<lastmod>2026-03-12T07:45:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dailyknowhow.co/category-sitemap.xml</loc>
		<lastmod>2025-09-22T16:40:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dailyknowhow.co/post_tag-sitemap.xml</loc>
		<lastmod>2025-09-22T16:40:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://dailyknowhow.co/author-sitemap.xml</loc>
		<lastmod>2025-09-10T08:07:37+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->