Pre WP 3.3:
http://www.dev4press.com/2010/tutorials/wordpress/tips/add-rich-text-editor-to-your-plugin/
If you are using WP 3.3 or later you might look up wp_editor:
http://codex.wordpress.org/Function_Reference/wp_editor
$settings = array(
'teeny' => true,
'textarea_rows' => 15,
'tabindex' => 1
);
wp_editor(esc_html( __(get_option('whatever_you_need', 'whatever'))), 'terms_wp_content', $settings);
Related Posts:
- How to add a shortcode button to the TinyMCE editor?
- How to load wp_editor via AJAX
- Simple rich text editor in Text widget?
- TinyMCE Advanced newline problem
- Drag-and-drop “Panels”-style visual layout editor?
- 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 remove the inline styles from the content of a WYSIWYG editor field at the time of saving the post?
- How to replace wordpress default text editor (TinyMCE) with a custom one.
- accessing wp.media api from a tinymce plugin
- Wysiwyg editor errors
- How to load wp_editor via AJAX
- Front end inline editing?
- jquery tinymce and bundled wp plugins
- How to add wp visual editor in a custom widget?
- Trouble adding tiny mce to textarea in custom plugin
- Using TinyMCE in plugin?
- TinyMCE Styles Dropdown not adding html tags other than span
- Unable to add TAB character to post?
- 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
- Example for use tinymce in wordpress 3.5.1?
- 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?
- Images are broken in Wysiwyg Editor – ACF backend
- 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 do I add php to all links automatically?
- How can I replace the built in WordPress editor?
- How to output cmb2 wysiwyg by using timber
- Upgrade 4.5.2 to 4.5.3 deleting row in wp_options table
- Between functions.php (theme), widgets, and plugins, which is loaded first?
- Making plugin unique to not conflict with plugins with the same name
- How to get posts by content?
- Trying to disable plugins doens’t work
- WordPress plugin DB upgrade
- Plugins won’t update when WordPress says they’re updated
- WordPress multiple widget in single plugin
- Layout shop page: resize images and columns
- Invalid shipping method, WooCommerce [closed]
- Creating Tables on Network Activation
- How to add links in .po (language) file in wordpress?
- Is there a way to share your Facebook Page’s stream on a WordPress page or post?
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- correct way to include a library(and its dependent libraries) in wordpress development
- Issue Tracker from pre exsisting table [closed]
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Front-end CSS Library for plugin [closed]
- WordPress Plugins Don’t Automatically Update
- Simply poll & Events Calendar plugins clashing
- WordPress plugin Post Creation [closed]
- How to add support for caching plugins for my own plugin?
- How to add custom tinymce plugin to new text widget
- WordPress.org: How to add a plugin for certain countries?
- Webservice credential storage [duplicate]
- Development workflow for WordPress using git – issues with plugins and bloginfo(‘wpurl’)
- Is there a Image Gallery which will load all my posted Images like twitter’s image grid?
- Uninstalling IntenseDebate
- WooComerce Deposit: set specific shipping method and quantity based deposit amount
- Menu not closing after clicking – WordPress – Elementor
- Translations not appended even strings are edited
- Is there any way to sync Facebook Comments and with comments on WordPress website?
- Is there a way to auto generate poster image for videos
- Will downloading a page builder plugin delete my existing data?
- How to submit custom form data using ajax to HubSpot form?
- Add a filter to a method in the parent theme
- WordPress not displaying information on post sent from custom admin form
- Run only on plug-in activation instead of wp_head
- Add “selected” class to custom taxonomy dropdown search
- page creator to leave comments ONLY
- How to add plugin activity in the menus?
- Couldn’t find a documentation for a filter API in plugin development
- phpBB 3 to bbPress
- Trying to display posts but getting the pages as output
- Plugins not showing on dashboard?
- Issue with customizer and widget page