Support

Account

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!