Title: Undefined variable: wp_editor_settings
Last modified: August 22, 2016

---

# Undefined variable: wp_editor_settings

 *  Resolved [The Three](https://wordpress.org/support/users/3wwwgr/)
 * (@3wwwgr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-wp_editor_settings/)
 * Hello there! I am getting an error in debug.log…
 * Undefined variable: wp_editor_settings in /var/www/vhosts/website/httpdocs/wp-
   content/themes/TheTheme/options.php
 * I am getting this on every wp_editor_setting line? Any idea?
 * [https://wordpress.org/plugins/options-framework/](https://wordpress.org/plugins/options-framework/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [The Three](https://wordpress.org/support/users/3wwwgr/)
 * (@3wwwgr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-wp_editor_settings/#post-5540171)
 * ok i found it!
 * was missing this code:
 *     ```
       $wp_editor_settings = array(
       		'wpautop' => true, // Default
       		'textarea_rows' => 5,
       		'tinymce' => array( 'plugins' => 'wordpress' )
       	);
       ```
   
 *  Plugin Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-wp_editor_settings/#post-5540411)
 * Glad you were able to resolve.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Undefined variable: wp_editor_settings’ is closed to new replies.

 * ![](https://ps.w.org/options-framework/assets/icon-256x256.png?rev=977481)
 * [Options Framework](https://wordpress.org/plugins/options-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/options-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/options-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/options-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/options-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/options-framework/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-wp_editor_settings/#post-5540411)
 * Status: resolved