Home › Forums › Bug Reports › WYSIWYG and apply_filters 'the_content' issue › Reply To: WYSIWYG and apply_filters 'the_content' issue
Hey @Elliot Condon, thanks again for looking into this.
I’m using this code to print the value of the field in the test page:
http://galo.prompt-dev.com
<?php the_content();
// ACF
$wysiwyg = get_field('editor');
echo $wysiwyg; ?>
<hr><br>
<code>print_r($wysiwyg):</code>
<br><br>
<pre><?php print_r($wysiwyg); ?></pre>
When printing the value the form is being displayed, it contains the shortcode’s result (?).
Also both ACF(v5.1.9) and Jetpack(v3.3.2) plugins are running latest versions.
If ever needed I can give you access to the test page.
Cheers!
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.