load wordpress wp_editor dynamically (ajax)
问题 This is an answer/solution rather than a question, still there maybe some bugs, even I tried on my dev env. I recently try to use wp_editor in widget/menu, after some search, I did not find a complete solution as I want. I would share my solution in below after I dig into wp's code by hours: 回答1: There maybe hacking involved, however, I tried to minimize them. To make wp_editor can work in dynamic html (which means without reload page, js changes the page structure), there are two major