Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created February 19, 2014 15:19
Show Gist options
  • Save wpspeak/9094123 to your computer and use it in GitHub Desktop.
Save wpspeak/9094123 to your computer and use it in GitHub Desktop.
Set HTML Editor as default post editor
<?php
// Set HTML Editor as default post editor
add_filter( 'wp_default_editor', create_function('', 'return "html";') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment