wp_editor id is being ignored
-
When using the wp_editor() function with a custom id (second parameter — other than “content” or “comment”), ckeditor will not show up.
It looks like $editor_id is not being passed through from editor() to editor_js/generate_js_options() in ckeditor_class.php.
The editor id needs to be passed through to $output[‘textarea_id’] in generate_js_options() for this plugin to be a proper drop-in replacement for TinyMCE.
- The topic ‘wp_editor id is being ignored’ is closed to new replies.