//???????? textarea ?????????????????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; }
Warning: Cannot modify header information - headers already sent by (output started at /home/users/0/bellbet/web/veronica/wp-content/themes/MediaThemeRes/functions.php:228) in /home/users/0/bellbet/web/veronica/wp-includes/feed-rss2-comments.php on line 8
Model40Top へのコメント https://www.veronica.cc/?p=977 Tools for the Good Life Tue, 29 Sep 2015 10:00:41 +0000 hourly 1 https://wordpress.org/?v=5.3.17