Save WYSIWYG editor plugin settings, only works after second save
I wish I was able to explain exactly WHY this works, but from the help of another wordpress.stackexcchange question I was able to find the solution. Adding tinyMCE.triggerSave(); directly after the .submit function forces the content to update. This was taken directly from another thread’s answer: “tinyMCE textarea is initially unseen by the used serialize … Read more