// 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":1026,"date":"2022-05-20T15:30:34","date_gmt":"2022-05-20T06:30:34","guid":{"rendered":"https:\/\/one-foodie.com\/?p=1026"},"modified":"2022-09-12T17:52:18","modified_gmt":"2022-09-12T08:52:18","slug":"black-terrace-%ef%bc%88%e3%83%96%e3%83%a9%e3%83%83%e3%82%af%e3%83%86%e3%83%a9%e3%82%b9%ef%bc%89-%e7%a5%9e%e6%b3%89","status":"publish","type":"post","link":"https:\/\/one-foodie.com\/1026\/","title":{"rendered":"BLACK TERRACE \uff08\u30d6\u30e9\u30c3\u30af\u30c6\u30e9\u30b9\uff09\/ \u795e\u6cc9"},"content":{"rendered":"