// 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":82,"date":"2022-04-19T22:23:34","date_gmt":"2022-04-19T13:23:34","guid":{"rendered":"https:\/\/one-foodie.com\/?page_id=82"},"modified":"2022-04-19T22:49:26","modified_gmt":"2022-04-19T13:49:26","slug":"contact","status":"publish","type":"page","link":"https:\/\/one-foodie.com\/contact\/","title":{"rendered":"\u304a\u554f\u3044\u5408\u308f\u305b"},"content":{"rendered":"\n
[contact-form-7 id=”81″ title=”\u304a\u554f\u3044\u5408\u308f\u305b”]<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"cybocfi_hide_featured_image":"","footnotes":""},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/pages\/82"}],"collection":[{"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/comments?post=82"}],"version-history":[{"count":1,"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/pages\/82\/revisions"}],"predecessor-version":[{"id":83,"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/pages\/82\/revisions\/83"}],"wp:attachment":[{"href":"https:\/\/one-foodie.com\/wp-json\/wp\/v2\/media?parent=82"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}