Skip to content

Instantly share code, notes, and snippets.

@ekka21
Created September 12, 2012 19:19
Show Gist options
  • Save ekka21/3709235 to your computer and use it in GitHub Desktop.
Save ekka21/3709235 to your computer and use it in GitHub Desktop.
Wordpress: wysiwyg editor
//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