TinyMCE default link target to “_blank”
I was able to achieve this by replacing the wplink plugin with tinyMCE’s default link plugin, and then using the original function as is. I created my own plugin though for the whole tinyMCE editor, and then copy/pasted the individual plugin folders from wp-includes/js/tinymce/plugins, and then only included the ‘link’ plugin, so what I wound … Read more