Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_editor [ WordPress Function ]

the_editor ( $content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2, $extended = true )
Parameters:
  • (string) $content Textarea content.
  • (string) $id Optional, default is 'content'. HTML ID attribute value.
  • (string) $prev_id Optional, not used
  • (bool) $media_buttons Optional, default is true. Whether to display media buttons.
  • (int) $tab_index Optional, not used
See:
Defined at:



Display editor: TinyMCE, HTML, or both.

Source


<?php
function the_editor($content$id 'content'$prev_id 'title'$media_buttons true$tab_index 2$extended true) {
    
_deprecated_function__FUNCTION__'3.3''wp_editor()' );

    
wp_editor$content$id, array( 'media_buttons' => $media_buttons ) );
    return;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics