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 can I reduce the amount of files loaded/included per plugin?
- How do you import members from another system to WordPress and update passwords so they’ll work?
- How to create custom LOGIN and REGISTRATION forms?
- wamp server wordprocess whole from begining up on filezilla
- Retrieve categories of a WooCommerce product in hierachical order
- Dequeue / Deregister script and replace it with a new plugin
- How to use get_categories() with Event Organiser plugin
- Setting up widgets in wordpress with a unique ID for the after_title argument
- Dashboard Disappears after Upgrade
- The website has resulted in too many redirects (redirect plugin)?
- Hide Theme options and Customize Admin menu
- Is it possible to require approval before a page edit is made live?
- How to provide a plugin which requires CMB2 (plugin dependencies)?
- WooCommerce – How can I list the same product as a variation and also as a simple product [closed]
- Memberpress functions/documentation
- Editing admin pages in WordPress [closed]
- Dropdown menu on custom page with product to choose number of products per page
- Custom form action to handle data inside a plugin
- Auto activate plugin with unique user settings
- Pagination Broken on Static Pages but Works on Blog Articles
- How to change constants in WordPress wp-config.php programmatically?
- Plugin options page with live preview?
- How to hide CSS by default and show on button press
- How to upload WordPress Images to remote web server and display those images in WordPress gallery [closed]
- WordPress backend delay by server side HTTP Request
- Anspress Customization: How to show logged in user votes on a single answer?
- Ordering taxonomies by rank
- My homemade plugin is trying to update to someone else’s plugin
- Plugin development: what to prefix?
- Submit Form data to another page via Ajax (WordPress Way)
- Send email to multiple addresses on Contact Form 7, but exclude personal details on all but one
- Display site language setting in source code
- simple-job-board Plugin throws an error on live server [closed]
- How to return the values from a row where a value occurs for the first time among the rows available?
- Smarter navigation plugin and custom taxonomies
- WordPress – “tag page” additional, custom content
- Making a Contact Form 7 calendar entry “required” [closed]
- How to add a PW Gift Card to a Woocommerce Order request API?
- In a plugin, How to update a json file using ajax
- how to add custom culomn to add user wordpress in plugin
- Found wp_deregister_script WARNING in redux framework plugin
- Pay Employee via WordPress
- Fatal error: Uncaught Error: Call to undefined function
- Display information from metabox
- Share on social media created listing after submission
- Ajax call fails and returns [object Object]
- How to link file or image from wordpress plugin dir to theme by using themes function.php, is it possible?
- Direct URL to a template via plugin
- How to `remove_action` from plugin
- How to tell which Plugin is displaying?
- Wp Pagenavi how to display all results
- Posts are deleted everyday at night
- How to provide access to specific plugin to all the user roles except subscriber in wordpress
- Output pure JSON wordpress
- Problems with file_exists() with metabox plugin in WordPress
- How to rewrite URL using .htaccess in WordPress Plugin