How to make TinyMCE Advanced default editor instead of HTML?
-
Hi, I’ve tried the standard add_action filter for making tinyMCE the default editor instead of HTML, but that doesn’t work for the advanced version.
I’m trying this in my functions.php file:
add_filter( 'wp_default_editor', create_function('', 'return "tinymce_advanced";') );
Is this correct or is there another way to do this?
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to make TinyMCE Advanced default editor instead of HTML?’ is closed to new replies.