Reputation: 1451
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