/**
 * Hide public author identity.
 */
if ( ! function_exists( 'laile_redirect_author_archives' ) ) {
    function laile_redirect_author_archives() {
        if ( is_author() ) {
            wp_safe_redirect( home_url( '/blog/' ), 301 );
            exit;
        }
    }
    add_action( 'template_redirect', 'laile_redirect_author_archives' );
}

if ( ! function_exists( 'laile_remove_users_rest_endpoints' ) ) {
    function laile_remove_users_rest_endpoints( $endpoints ) {
        unset( $endpoints['/wp/v2/users'] );
        unset( $endpoints['/wp/v2/users/(?P<id>[\d]+)'] );
        unset( $endpoints['/wp/v2/users/me'] );

        return $endpoints;
    }
    add_filter( 'rest_endpoints', 'laile_remove_users_rest_endpoints' );
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//test.lailejp.co.jp/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://test.lailejp.co.jp/post-sitemap.xml</loc>
		<lastmod>2026-08-21T03:26:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://test.lailejp.co.jp/page-sitemap.xml</loc>
		<lastmod>2026-08-21T05:59:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://test.lailejp.co.jp/category-sitemap.xml</loc>
		<lastmod>2026-08-21T03:26:09+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->