Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Last active August 29, 2015 13:56
Show Gist options
  • Save wpspeak/9094114 to your computer and use it in GitHub Desktop.
Save wpspeak/9094114 to your computer and use it in GitHub Desktop.
Set Visual editor as default post editor
<?php
// Set Visual editor as default post editor
add_filter( 'wp_default_editor', create_function('', 'return "tinymce";') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment