How to set HTML editor as the default in WordPress

Simply paste the following code on your functions.php file, save it, and you’re done!

add_filter('wp_default_editor', create_function('', 'return "html";'));

Credit: WP Snippets.

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

How to set HTML editor as the default in WordPress

Related posts:

  1. Different number of posts for a WordPress category

Leave a Reply