0
votes

I want to integrate tinymce editor into plugin options page and save its value. I used
wp_editor( $content, $editor_id, $settings = array() ); function to load the editor. But the content is not available in $_POST when its submitted

Any possible reasons ?

1

1 Answers

2
votes

test it: tinyMCE.get('content id').getContent();

;-) PSO