wp-includes/deprecated.php:2600Displays an editor: TinyMCE, HTML, or both.
$contentstring$idstringoptional'content'$prev_idstringoptional'title'$media_buttonsbooloptionaltrue$tab_indexintoptional2$extendedbooloptionaltruefunction the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2, $extended = true) { _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' ); wp_editor( $content, $id, array( 'media_buttons' => $media_buttons ) );}Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/deprecated.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.