How to set HTML editor as the default in WordPress
Posted by The Farmer on Jan 28, 2011 in Wordpress | 0 comments
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...
Read More






