Rakhitha Nimesh
Rakhitha Nimesh

Reputation: 1451

WordPress TinyMCE get Content using POST

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 ?

Upvotes: 0

Views: 281

Answers (1)

pso
pso

Reputation: 21

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

;-) PSO

Upvotes: 2

Related Questions