wpcf7_support_html5()
Returns true if HTML5 is supported.
Хуки из функции
Возвращает
null. Ничего (null).
Использование
wpcf7_support_html5();
Код wpcf7_support_html5() wpcf7 support html5 CF7 6.1.6
function wpcf7_support_html5() {
return (bool) wpcf7_apply_filters_deprecated(
'wpcf7_support_html5',
array( true ),
'5.6',
''
);
}