// Contact Form7のお問い合せフォーム項目にひらがなが無ければ送信不可 add_filter('wpcf7_validate_textarea', 'wpcf7_validation_textarea_hiragana', 10, 2); add_filter('wpcf7_validate_textarea*', 'wpcf7_validation_textarea_hiragana', 10, 2); function wpcf7_validation_textarea_hiragana($result, $tag) { $name = $tag['name']; $value = (isset($_POST[$name])) ? (string) $_POST[$name] : ''; if ($value !== '' && !preg_match('/[ぁ-ん]/u', $value)) { $result['valid'] = false; $result['reason'] = array($name => 'エラー:こちらの内容は送信できません。'); } return $result; }{"id":637,"date":"2022-05-07T18:51:01","date_gmt":"2022-05-07T09:51:01","guid":{"rendered":"https:\/\/one-foodie.com\/?p=637"},"modified":"2022-06-10T18:39:40","modified_gmt":"2022-06-10T09:39:40","slug":"%e3%83%a8%e3%83%83%e3%82%af%e3%83%a2%e3%83%83%e3%82%af%e9%9d%92%e5%b1%b1%e6%9c%ac%e5%ba%97%ef%bc%88%e3%83%96%e3%83%ab%e3%83%bc%e3%83%bb%e3%83%96%e3%83%aa%e3%83%83%e3%82%af%e3%83%bb%e3%83%a9%e3%82%a6","status":"publish","type":"post","link":"https:\/\/one-foodie.com\/637\/","title":{"rendered":"\u30e8\u30c3\u30af\u30e2\u30c3\u30af\u9752\u5c71\u672c\u5e97\uff08\u30d6\u30eb\u30fc\u30fb\u30d6\u30ea\u30c3\u30af\u30fb\u30e9\u30a6\u30f3\u30b8\uff09\/ \u8868\u53c2\u9053"},"content":{"rendered":"