the_editor
- the_editor is deprecated since version 3.3.0!
Alternative: wp_editor()
the_editor ( $content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2, $extended = true )
Parameters:- (string) content Textarea content.
- (string) id Optional. HTML ID attribute value. Default 'content'.
- (string) prev_id Optional. Unused.
- (bool) media_buttons Optional. Whether to display media buttons. Default true.
- (int) tab_index Optional. Unused.
- (bool) extended Optional. Unused.
See:Defined at: - Introduced in WordPress: 2.1.0
- Deprecated in WordPress: 3.3.0
Description
Displays an editor: TinyMCE, HTML, or both.