Title: wp_editor not save data
Last modified: May 5, 2020

---

# wp_editor not save data

 *  Resolved [japjitravel](https://wordpress.org/support/users/japjitravel/)
 * (@japjitravel)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/wp_editor-not-save-data/)
 * i have created a widget plugin and now i want to use rich text editor.
    after
   adding
 *     ```
         $content   = 'Hello World!';
           $editor_id = $this->get_field_id('text');
   
           $settings = array(
               'media_buttons' => false,
               'textarea_rows' => 5,
               'teeny'         => true,
       		'textarea_name' => $this->get_field_name('text'),
           );
   
           wp_editor( $content, $editor_id, $settings );
       ```
   
 * Text Editor shows **Visual | Text ** two tabs
    But when i enter some text in 
   visual area then save button says **saved** , but when try to write something
   in Text area its say **Save** and after click save visual tab gone
 *  i search many codes but nothing work
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp_editor-not-save-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [japjitravel](https://wordpress.org/support/users/japjitravel/)
 * (@japjitravel)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/wp_editor-not-save-data/#post-12788324)
 * any body here to help on above issue ?
 *  [reca26](https://wordpress.org/support/users/reca26/)
 * (@reca26)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/wp_editor-not-save-data/#post-12788428)
 * Hello japjitravel –
 * Didn’t you see that this Page Builder is no longer maintained / and supported?
 * It still seems to work, but since it will no longer adapted to new WordPress 
   versions,one probably don’t know if it will cause problems sooner or later.
 * The developer of this Page Builder (Andrew) has really created a great plugin.
   But since WordPress was probably completely restructured (or similar) for the
   introduction of the Gutenberg Editor, he didn’t have enough capacity to handle
   this on his own, if I remember it right.
 * As a result he gave or sold the plugin to a development team, which then announced
   the further development “to be the best page builder” in the world.
 * But a few months later it was suddenly announced that the plugin would NOT be
   developed any more, because the changes in the WP core would be too big. Unfortunately
   that was it and the 3000 or so users left in the cold.
 * It is really too bad. I used it to build 2 websites with about 40 pages and had
   to rebuild everything on WP-Bakery.
 * Back then we were glad that somebody finally took pity on me and made ONE more
   update.
 * Please see these posts:
    [TAILOR is DISCONTINUED](https://wordpress.org/support/topic/tailor-is-discontinued/)
   [WP 4.9 Customizer Updates Break Tailor](https://wordpress.org/support/topic/wp-4-9-customizer-updates-break-tailor/)
 * With best regards Reca

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

The topic ‘wp_editor not save data’ is closed to new replies.

 * ![](https://ps.w.org/tailor/assets/icon.svg?rev=1417317)
 * [Tailor Page Builder](https://wordpress.org/plugins/tailor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tailor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tailor/)
 * [Active Topics](https://wordpress.org/support/plugin/tailor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tailor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tailor/reviews/)

## Tags

 * [rich-text](https://wordpress.org/support/topic-tag/rich-text/)
 * [text editor](https://wordpress.org/support/topic-tag/text-editor/)
 * [wp_admin](https://wordpress.org/support/topic-tag/wp_admin/)

 * 2 replies
 * 2 participants
 * Last reply from: [reca26](https://wordpress.org/support/users/reca26/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/wp_editor-not-save-data/#post-12788428)
 * Status: resolved