Codex

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

Plugin API/Filter Reference/the editor

This page redirects to an external site: https://developer.wordpress.org/reference/hooks/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.