Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<?php $content = '<div class="entry-videos"><iframe src="https://www.youtube.com/embed/lItIg32Onz8?rel=0&showi.." frameborder="0" allowfullscreen=""></iframe></div>'; echo $content; ?>
<?php the_field('qwerty'); ?>
get_field
the_field
<?php $content = '<div class="entry-videos"><iframe src="https://www.youtube.com/embed/' . get_field( 'qwerty' ) . '?rel=0&showi.." frameborder="0" allowfullscreen=""></iframe></div>'; echo $content; ?>