Ability to default to HTML view
-
I prefer to default to the HTML view during editing but wish to keep the Visual tab available as well. It seems that CKEditor overrides the default tab.
I am using the following function in my functions.php file to set the default. With CKEditor enabled, it overrides this function somehow.
add_filter( 'wp_default_editor', create_function('', 'return "html";') );
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Ability to default to HTML view’ is closed to new replies.