• Hi, since ACF 5.6.7 there are problems with the Editor Mode. It seems that the Tiny MCE Wysiwig Editor always switches to the HTML Modus. I tried to force it via the functions.php

    function set_default_editor() {
     $r = 'tinymce';
     return $r;
    }
    add_filter( 'wp_default_editor', 'set_default_editor' );

    But no luck. The only solution so far was to go back to ACF 5.5. Would be great if you could have a look into this.

  • The topic ‘Always HTML Modus’ is closed to new replies.