TinyMCE Editor change underline button behavior - u tag instead of span text-decoration underline
As above. I want to change the WordPress Edtior TinyMCE behavior when I click the underline button I want the TinyMCE to wrap my selection with u/u
tags. Now, I know that the u tag was deprecated in HTML 4~ but according to W3 it can be used in HTML5 again. Anyways! I need a u
tag - not a span
.
Is there a way to change the default underline button behavior without any shortcodes or editing core files? Something like a hook to change the editor behavior in functions.php
would be nice :) Thanks!
Topic wp-editor plugin-tinymce tinymce Wordpress
Category Web