does anybody know how to change functionality of button in wordpress content textarea of tinymce? There is a "u" button (underline) which makes text
<span style="text-decoration-line: underline;">text underlined</span>
what I need is change functionality of this button to put in content:
<u>text underlined</u>
I know that i need to change the tinymce init but where can i find it? What do i have to write there? I need this in my wordpress blog, so please help me :)