Я создал собственную тему Wordpress и загрузил ее в каталог wordpress.org. Но когда он был рассмотрен, были некоторые ошибки, которые я не могу найти решение.
line 14 Expected next thing to be an escaping function (see Codex for 'Data
Validation'), not 'the_post_thumbnail_url'
line 17 Expected next thing to be an escaping function (see Codex for 'Data
Validation'), not '$post'
line 18 Expected next thing to be an escaping function (see Codex for 'Data
Validation'), not 'substr'
Код в файле
<img class="img-fluid" alt="<?php the_title() ?>" src="<?php the_post_thumbnail_url(); ?>" >
<p><?php echo substr($post->post_content, 0, 200).'..'; ?></p>