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
- How to append TinyMCE editor in TinyMCE editor’s popup
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- WooCommerce – How to Add a Custom Field to Cart Items and Cart Totals [closed]
- Inherit plugin settings to new site in Multisite
- Show Similar Post Titles ( Similar to Stack Exchange )
- How to check plugin compatibility before upgrading WordPress
- How to make sure a wp-cron job runs
- How can I change my javascript after it has been enqueued? [closed]
- How to parse nested shortcodes?
- Custom wp_nav_menu output (displaying all child elements of top menu element in current branch)
- Can plugins become obsolete?
- Removing user contact methods works from functions.php but not from a plugin
- Help!! I Screwed up my WP
- Dynamic homepage according to user role
- How to extract images of post and pages excluding header and logo image in wordpress?
- Subscribe2 Configuration
- Customize the Sorting Dropdown in WooCommerce
- Does the WordPress API have Modal Dialogs
- Dropzone.js and wordpress plugin
- Filter or action hook to insert content on admin pages before tag
- How do I change the default WordPress e-mail ID for sent e-mail?
- Good website screenshot plugin [closed]
- How do I store information in a dynamic block in WordPress?
- Cannot upload All-in-One WP Migration file to WordPress hangs at 28%
- Shortcode doesn’t work if I directly paste its function in a template file?
- How to enqueue a theme style-sheet to my admin settings page?
- Add a select a class dropdown in tinymce
- W3 Total Cache: Load CSS asynchronously for better PageSpeed score? [closed]
- How to get the HTML until ?
- Custom page slug without creating a WP page
- Pass a php string to a javascript variable
- How to generate video out of images via WordPress plugin
- How to include a file for admin and 2 pages without being loaded on other parts of the site?
- Menus, but not by theme location
- How to upload images to WP Panel keeping correct folder in FTP
- Email Bounce Address
- Get plugin option in another PHP file
- NGiNX + PHP5-fpm + CDN Tools (plugin) [closed]
- Snippets: is it better to add them in functions.php or make site-specific plugins?
- Can someone please tell me what is wrong with my plugin?
- Trigger Elementor Popup via code [closed]
- How to use WP-CLI / WC-CLI to bulk import 1000s of products (variable and simple)?
- Can’t view ‘More details’ on plugins pop up is blank and Authy pop up
- import posts with dutch/special letters
- Active class not working on page created by plugin wordpress
- Installing Jplayer in WordPress