Hello,
I have created a custom Text field called mylink with value https://www.examplemylink.com/
I then created a new WYSIWYG custom field
Within the Text tab of the WYSIWYG editor I have added the following:
This is the URL
When i save and then render the page, the entire href tag is stripped so i see only:
This is the URL
I can added the following <p>[rwmb_meta id="mylink"]</p> and it display https://www.examplemylink.com/ in text
I am not quite sure how to resolve this, but it appears that any use of a shortcode within the WYSIWYG editor inside of href="" will strip the entire href element.
Is there perhaps a solution for this?
Thank you!