Здравствуйте. Решил провалидировать свою верстку
validator.w3.org.
Там ругнулось
Warning: The type attribute is unnecessary for JavaScript resources.
сделал в function.php
add_filter('script_loader_tag', 'clean_script_tag');
function clean_script_tag($src) {
return str_replace("type='text/javascript'", '', $src);
}
Но часть ошибок от плагинов так и не пофиксилось, от Contact Form 7 и Google maps
<script type='text/javascript'>↩
/* <![CDATA[ */↩
var wpcf7 = {"apiSettings":{"root":"http:\/\/tst1.rewebre.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u0447\u0442\u043e \u0432\u044b \u043d\u0435 \u0440\u043e\u0431\u043e\u0442."}}};↩
/* ]]> */↩
</script>↩
И еще как удалить ошибку
The type attribute for the style element is not needed and should be omitted.<style type="text/css">↩
img.wp-smiley,↩
img.emoji {↩
....
}↩
</style>↩
Спасибо