Uncaught TypeError: switchEditors.switchto is not a function
I have the following line of code:
switchEditors.switchto(ctmce[0]);
which gives this error:
Uncaught TypeError: switchEditors.switchto is not a function
Searching around I found out that, due to changes to the core in WordPress 4.3, switchEditors.switchto()
is not available/usable now.
Do you know how can I fix it?
You can see the complete code here.
Topic editor wysiwyg Wordpress javascript
Category Web