Hi Andrea,
I tried this following code from stackexchange.com and it works fine for me.
Copy and paste in your functions.php.
function my_editor_settings($settings) {
$settings['quicktags'] = false;
return $settings;
}
add_filter('wp_editor_settings', 'my_editor_settings');
Greetings
Polyfly
-
This reply was modified 8 years, 4 months ago by polyfly.