将WordPress 5.2.2与TinyMCE结合使用,我需要在WYSIWYG-Editor中编辑链接以获取个性化和可自定义的结果,如下所示:
(格式化以便更好地理解:我需要数据,类不会帮助我。)
<a href='https://mypage.com/anypage.html'
class='default intern'
target='_self'
data-confirm='no'
>Link to anypage.html</a>
<a href='https://stackoverflow.com'
class='default extern underlined'
target='_blank'
data-confirm='yes'
data-confirmquestion='You are about to leave to stackoverflow. Will you?'
data-confirmtype='simplebox'
data-asdf='12345'
>Link to stackoverflow</a>
我仅需要文本链接。 找不到任何插件或其他解决方案来实现这一目标,对此表示感谢!