Default to the HTML Editor in WordPress

add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) );

Posted in