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 gonei search many codes but nothing work
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_editor not save data’ is closed to new replies.