Created
September 12, 2012 19:19
-
-
Save ekka21/3709235 to your computer and use it in GitHub Desktop.
Wordpress: wysiwyg editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Ref: http://codex.wordpress.org/Function_Reference/the_editor | |
//== how to add TinyMCE wysiwyg to your custom textarea plugin == | |
the_editor($content, $id, $prev_id, $media_buttons, $tab_index, $extended); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment