wp_enqueue_editor
wp_enqueue_editor ( No parameters )
- Introduced in WordPress: 4.8.0
- Deprecated in WordPress: —
Description
Outputs the editor scripts, stylesheets, and default settings.The editor can be initialized when needed after page load.
See wp.editor.initialize() in wp-admin/js/editor.js for initialization options.