How to set WYSIWYG editor width within wp_editor() function?
This is my current code: $initial_data = $this->options[‘my_plugin_editor’]; $settings = array( ‘quicktags’ => array(‘buttons’ => ’em,strong,link’,), ‘quicktags’ => true, ‘tinymce’ => true, ‘textarea_rows’ … Read more