wpcf7_get_unicode_whitespaces()
Returns the regular expression pattern that represents whitespace characters Unicode defines.
Хуков нет.
Возвращает
Строку. Regular expression pattern.
Использование
wpcf7_get_unicode_whitespaces();
Код wpcf7_get_unicode_whitespaces() wpcf7 get unicode whitespaces CF7 6.1.6
function wpcf7_get_unicode_whitespaces() {
return '\x09-\x0D\x20\x85\xA0\x{1680}\x{2000}-\x{200A}\x{2028}\x{2029}\x{202F}\x{205F}\x{3000}';
}