Use wp_editor(). There are many configuration options; you have to read the source to get all of them.
Example:
$editor_settings = array (
'textarea_rows' => 15,
'media_buttons' => FALSE,
'teeny' => TRUE,
'tinymce' => TRUE,
'dfw' => FALSE,
);
$content = $get_option( 'your_option_name' );
wp_editor( $content, 'your_editor_id', $editor_settings );
Related Posts:
- How to add a shortcode button to the TinyMCE editor?
- How to load wp_editor via AJAX
- How to Add WYSIWYG Editor (tinyMCE) to plugin options page compatible with WordPress 3.0 and up?
- TinyMCE Advanced newline problem
- Disable text tab on WordPress text-editor
- Issues creating a tinyMCE plugin that creates a custom link
- Adding rich text editor to my plugin
- How to Add TinyMCE’s plugin in wordpress?
- White text on white background in TinyMCE when wp_editor is called in WP 3.9
- How can I get the post content displayed in a text field that allows to edit posts?
- How to add custom JS to tinymce in wordpress
- how to load tinymce external plugin
- Set WordPress TinyMCE Editor To Readonly
- Getting selected (highlighted) html from the Visual Editor on Edit Post page?
- How to edit content before post update
- How to replace wordpress default text editor (TinyMCE) with a custom one.
- accessing wp.media api from a tinymce plugin
- How to load wp_editor via AJAX
- jquery tinymce and bundled wp plugins
- Trouble adding tiny mce to textarea in custom plugin
- Using TinyMCE in plugin?
- TinyMCE Styles Dropdown not adding html tags other than span
- Hook into existing tinyMCE button
- How to add table class for tables of TinyMCE advanced wordpress plugin? [closed]
- Is there a good way to load tiny_mce_popup.js through editor.windowManager.open?
- Generate Own Custom CSS Button with icon
- How do I add multiple buttons to Tiny MCE in a single plugin?
- “switchEditors is not defined” with wp_editor() in jQuery UI tabs
- Custom characters of tinymce editor are saved as question mark
- “After file loaded” action
- How to disable tinyMCE button added by a plugin?
- How to apply to hide TinyMCE (wp_editor) on button click
- How to hide the cell properties and row properties in TinyMCE WordPress?
- How to use wp_editor and save its data in wp_posts table
- How to disable/enable PHP plugin functionality based on a TinyMCE toggle-button
- Sanitize AROUND shortcode
- TinyMCE how to add css when inputing a text
- can’t use span or icon tags on when editing visual composer element
- Extending the “Add Media”-Dialog … how do I finally insert something to the Post?
- how to enable tinymce custom buttons in meta box?
- Better code/text editing for posts and pages?
- Filter html of WordPress editor in visual mode only
- Using Iris Colorpicker on TinyMCE shortcodes page [duplicate]
- How can I replace the built in WordPress editor?
- How to append TinyMCE editor in TinyMCE editor’s popup
- Registering Class methods as hook callbacks
- When does WordPress.org notify sites of new version?
- Get a button for in the Editor
- Set active theme via URL
- Plugin Not Working, But Only On GoDaddy Hosted site
- Long running action from plugin
- Errors while using ajax from external wordpress page
- Custom field in TWIG template – Advanced custom fields plugin
- Bulk Image Uploader to create new post from each image [closed]
- How can I implement a notification system in wordpress?
- Internationalization: Not loading plugin translated text
- Building an email signup form. Where should the information be saved in the DB?
- Plugin Code ONLY on Post Edit Page
- qTranslate conflicts with SEO-plugins [closed]
- Ajax fail and get 504 error
- Want to Show Sub categories under Categories section using Woo Commerce [closed]
- How to customize the grid layout in reactive pro wordpress plugin [closed]
- How to run subversion and staging environments when running WordPress
- Subdomains with almost the same content
- Adding media upload button to User Profile page (following a tutorial)
- Placing the two most voted posts at the top (in a WordPress site that uses the Vote it up plugin)?
- How to have a gallery in which each image’s caption is a whole “post”?
- WordPress Custom Menu Admin helper plugin
- Deregister scripts from plugin
- Overwrite add_image_size defined by theme
- how to check if a shortcode is used more than one time in the same post
- acceptance_as_validation: on is not working Contact form 7 [closed]
- “User need to be logged in in order to make a booking” issue
- Custom Plugin scripts from admin working in frontend
- How to properly use wp_mail() in my own plugin?
- Cannot pass value variable to WP AJAX functions
- How to properly enqueue jQuery knob on WordPress without conflict?
- Add custom WordPress admin page with pretty url via code
- add_action(‘the_content’, ‘my_plugin_content’) is null
- WordPress logout appends cache/all/index.php to the site_url()
- Not able to upload Plugins/ Theme from Admin backend
- I am trying to rewrite urls in WordPress, but its not working
- Delete postmeta when uninstall/delete plugin
- How to remove a css class for any wordpress page
- Form is not getting submitted [closed]
- Getting warning while deleting custom fields
- Posted posts scheduling to unhide for new members
- custom url with custom post
- How to tell if a script is being executed from a plugin, a theme or a child theme in WordPress?
- SWF in wordpress post
- How do i use the use the wooCommerce functions in a wordpress plugin?
- show Visual form builder in the front end
- Manually updating a plugin , is it overriding the previous settings of the plugin?
- Requires PHP version 5.3.0
- Custom wordpress plugin does not save select element
- Need help with wordpress audio preload
- move setting data from wordpress api to codestar freamwork
- How to access the page without registering in wordpress
- Issue: Unable to Access WordPress Admin and Database Errors
- I want to move the one click accesbility button on bottom of my website screen,