Thanks for the quick response. I am actually using the regular short code in a widget. I opened the file and went to line 247, I don’t see any lines commented out close to this section of the code. I did however notice the function_cleanHTML and str_replace section for other special characters. I tried to add $content=str_replace(“"”, “””, $content); which completely broke the plugin and my ability to access the server (had to restore from a backup). Sorry if I’m missing it..