Default to the HTML Editor in WordPress
add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) );
add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) );