Title: wp_editor and tinymce plugins
Last modified: August 20, 2016

---

# wp_editor and tinymce plugins

 *  [wrenchpilot](https://wordpress.org/support/users/wrenchpilot/)
 * (@wrenchpilot)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wp_editor-and-tinymce-plugins/)
 * I’m writing a plugin that uses the wp_editor() outside of the admin interface.
   I’d like to use the After the Deadline plugin in this editor, but I’m not having
   much luck. Is this even possible, am I wasting my time?
 * This is my settings array for wp_editor(). I’ve commented out the ‘plugins’ =
   > ‘AtD’ as the editor breaks with it uncommitted.
 *     ```
       $settings = array(
                       'wpautop' => 'true',
                       'media_buttons' => 'false', // this does not work
                       'quicktags' => 'false',
                       'teeny' => 'false',
                       'apply_source_formatting' => 'true',
                       'textarea_rows' => '15',
                       'textarea_name' => 'response',
                       'tinymce' => array(
                           //'plugins' => 'AtD',
                           'atd_button_url' => 'atdbuttontr.gif',
                           'atd_rpc_url' => admin_url() . 'admin-ajax.php?action=proxy_atd&url=',
                           'atd_ignore_rpc_url' => admin_url() . 'admin-ajax.php?action=atd_ignore&phrase=',
                           'atd_rpc_id' => 'WPORG-' . md5(get_bloginfo('wpurl')),
                           'atd_css_url' => 'css/content.css',
                           'atd_show_types' => 'Bias Language,Cliches,Complex Expression,Diacritical Marks,Double Negatives,Hidden Verbs,Jargon Language,Passive voice,Phrases to Avoid,Redundant Expression',
                           'atd_ignore_strings' => 'AtD,rsmudge',
                           'atd_ignore_enable' => 'true',
                           'atd_strip_on_get' => 'true',
                           'theme_advanced_buttons1_add' => 'AtD',
                           'gecko_spellcheck' => 'false',
                           'atd_theme' => 'wordpress'
                       )
                   );
       ```
   

Viewing 1 replies (of 1 total)

 *  Thread Starter [wrenchpilot](https://wordpress.org/support/users/wrenchpilot/)
 * (@wrenchpilot)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wp_editor-and-tinymce-plugins/#post-3250982)
 * I think I figured this out. I needed to install the AtD TinyMCE plugin into WordPress’s
   TinyMCE plugins folder.

Viewing 1 replies (of 1 total)

The topic ‘wp_editor and tinymce plugins’ is closed to new replies.

## Tags

 * [tinymce](https://wordpress.org/support/topic-tag/tinymce/)
 * [wp_editor](https://wordpress.org/support/topic-tag/wp_editor/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [wrenchpilot](https://wordpress.org/support/users/wrenchpilot/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/wp_editor-and-tinymce-plugins/#post-3250982)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
