Editor API changes in 4.8

A new editor API was added in #35760. It makes it possible to dynamically instantiate the editor from JS. There are two parts to it: All editor related scripts and stylesheets have to be enqueued from PHP by using wp_enqueue_editor(). Initialization is left for the script that is adding the editor instance. It requires the … Continue reading Editor API changes in 4.8