Skip to content

Instantly share code, notes, and snippets.

@rugor
Last active January 19, 2016 21:29
Show Gist options
  • Save rugor/5417972 to your computer and use it in GitHub Desktop.
Save rugor/5417972 to your computer and use it in GitHub Desktop.
PHP: Wordpress functions.php make the html editor default in pages and posts #rugor #st
// Make the HTML Editor Default!
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