Plugin Support
Swathi S
(@swathiswpfront)
Hello @vladav,
To switch to visual mode, click on the Visual tab in the settings page under message text.
I hope this helps!
Thanks!
Hi, thank you, I know / I did it of course 🙂 I am just wonder if there is a way to keep this setting – each time when I open plugin settings, the editor mode is in code view. It is not problem for me, but for customer.
Plugin Support
Swathi S
(@swathiswpfront)
Hello @vladav,
I apologize, but it seems that changing the default editor is not possible with our plugin.
But you can use filter for this. please refer the below code
add_filter('wp_default_editor', function() {
return 'tinymce'; // or 'html' for Text tab
});
I hope this helps!
Thanks!
Plugin Support
Swathi S
(@swathiswpfront)
Resolving due to inactivity. If you have any queries please feel free to get in touch with us.
Thanks!