Hello, i want to display in my site the content of an Wysiwyg field.
I use this code but it doesn’t work. In the source code of the site, it displays only the html.
<div class="block-seo">
<?php the_field('seo_rich_text_description');
?>
</div>
Anyone can help me ?