// 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 12:00 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'></urlset><!-- Request ID: 267b5d3d3cff3d2c719f5fbceb6d771d; Queries for sitemap: 1; Total queries: 47; Seconds: 0; Memory for sitemap: 1KB; Total memory: 10MB -->
