add_filter('wpcf7_skip_mail', function($skip_mail, $contact_form) {
    $submission = WPCF7_Submission::get_instance();
    if (!$submission) return $skip_mail;

    $posted_data = implode(' ', $submission->get_posted_data());

    $ng_words = array('突然のご連絡失礼いたします', '無料相談');

    foreach ($ng_words as $word) {
        if (stripos($posted_data, $word) !== false) {
            return true; // メール送信だけスキップ（画面は成功）
        }
    }
    return $skip_mail;
}, 10, 2);<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://shihoushoshi-sendai.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.18' -->
<!-- generated-on=' ' -->
<sitemapindex 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/siteindex.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<sitemap>
		<loc>https://shihoushoshi-sendai.com/sitemap-misc.xml</loc>
		<lastmod>2025-10-04T14:13:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shihoushoshi-sendai.com/page-sitemap.xml</loc>
		<lastmod>2025-10-04T14:13:36+00:00</lastmod>
	</sitemap>
</sitemapindex><!-- Request ID: 74d7aa1753f52a4ac0b226cd6e80142d; Queries for sitemap: 5; Total queries: 56; Seconds: $end_time; Memory for sitemap: 0MB; Total memory: 8MB -->
