Hello. I want to change the default wysiwyg editor(Tinymce) to another editor plugin. How can I achive it? Thank you!
Hi @shaojz2005
Thanks for the question.
At most times, these rich text plugins come as plugins and thus you can install them as plugins or themes by adding the include_once() code to your functions.php file.
You can then use this plugin as the default editor by turning off the appearance of the default editor through the screen options menu.