WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Plugin API/Filter Reference/the editor

Description

The "the_editor()" allows you to call the TinyMCE editor in your plugin or theme/page.

Usage

<?php the_editor($content$id$prev_id$media_buttons$tab_index); ?>

Related

wp_tiny_mce()

This page is marked as incomplete. You can help Codex by expanding it.