// Googleマイビジネス自動投稿のエラーを強制的に無視するコード
add_filter('wp_remote_post_args', function($args, $url) {
    if (strpos($url, 'mybusiness.googleapis.com') !== false || strpos($url, 'mybusiness') !== false) {
        if (isset($args['body']) && is_bool($args['body'])) {
            $args['body'] = '';
        }
    }
    return $args;
}, 10, 2);<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://edowork.info/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.23' -->
<!-- generated-on='2026.05.26 4:12 PM' -->
<urlset xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<url>
		<loc>https://edowork.info/</loc>
		<lastmod>2026-05-19T11:16:51+00:00</lastmod>
		<changefreq>daily</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://edowork.info/sitemap.html</loc>
		<lastmod>2026-05-26T11:16:40+00:00</lastmod>
		<changefreq>monthly</changefreq>
		<priority>0.5</priority>
	</url>
</urlset><!-- Request ID: 9ded66510370eef8bd5190d8aae8428e; Queries for sitemap: 4; Total queries: 50; Seconds: 0; Memory for sitemap: 1KB; Total memory: 10MB -->
