How to add WYSIWYG editor (tinyMCE) to any wordpress plugin
If you want to utilize the bundled WYSIWYG editor (tinyMCE) that came with Wordpress in your plugin, you can follow the example below
How to add WYSIWYG editor (tinyMCE) to any wordpress plugin
If you want to utilize the bundled WYSIWYG editor (tinyMCE) that came with Wordpress in your plugin, you can follow the example below
smallwei 3:00 pm on December 14, 2009
First, declare the function with some parameters:
Second, add the following code in any place where you want the editor to show up.