WordPress wp_editor replaces ” question marks / double quotes with “ in html tags (e.g. links, images or tables)
I’m facing an issue with the wp_editor (TinyMCE) in WordPress 6.5.3 (latest) where the quotes in my content are being replaced incorrectly. I’m using a custom shortcode (handled by WPCode) to display an editable content area on a post, but when the content is loaded into the editor, the double quotes (“) are being replaced with “ entities, causing display issues.