亚洲国产精品久久一线不卡,日韩av片无码一区二区不卡电影 ,欧美搡BBBBB搡BBBBB,18禁裸男晨勃露J毛免费观看

專業(yè)WORDPRESS主題設(shè)計(jì)制作

wp_editor()函數(shù)(wpf word editor)

發(fā)布于: 2022-08-19

wp_editor()函數(shù)用來(lái)在page或post頁(yè)面將一個(gè)textarea渲染成TinyMCE編輯器。

語(yǔ)法結(jié)構(gòu)

<?php wp_editor( $content, $editor_id, $settings = array() ); ?>

參數(shù)

$content (string) (required) 編輯器內(nèi)的內(nèi)容 Default: None
$editor_id (string) (required) HTML id 屬性值(注意只能保護(hù)小寫) Default: None
$settings(array) (optional) 一段數(shù)組參數(shù) Default: array(),參數(shù)如下

wp_editor()函數(shù)

wpautop:是否開啟wpautop,默認(rèn)為true,
media_buttons:是否顯示插入/上傳多媒體的按鈕,默認(rèn)為true,
textarea_name:編輯器的name屬性,默認(rèn)為$editor_id(可以保護(hù)[]),
textarea_rows:編輯器的顯示行數(shù),默認(rèn)為get_option(‘default_post_edit_rows’, 10)(改段代碼是獲得后臺(tái)的設(shè)置項(xiàng)),
tabindex:鍵盤tab鍵的切換順序,
editor_css:編輯器的樣式,適用于visual 和html,必須包含<style>,
editor_class:編輯器的class屬性,
teeny:是否開啟精簡(jiǎn)模式,默認(rèn)為false,
dfw:是否將默認(rèn)全屏編輯器替換為dfw(需要特殊的dom元素和css),默認(rèn)為false,
tinymce:加載tinymce,可用數(shù)組向tinymce傳輸參數(shù),默認(rèn)為true,
quicktags:加載Quicktags,即HTML模式下的那些按鈕,可以用數(shù)組形式直接向Quicktags傳遞參數(shù)。

實(shí)例










<?php wp_editor( '', 'myeditor', array(
            'media_buttons' => false,
            'tinymce' => array( 'plugins' => '',
                        'skin' => 'o2k7',
                        'theme_advanced_buttons1' => 'undo,redo,|,bold,italic,underline,strikethrough|,justifyleft,justifycenter,justifyright,justifyfull,|,forecolor,backcolor',
                        'theme_advanced_buttons2' => 'cut,copy,paste,|,bullist,numlist,blockquote,|,link,unlink,anchor,image,|,sub,sup,hr'
                     )
            )
      );
?>
WP技術(shù)資料 wordpress模板制作、wordpress主題開發(fā)相關(guān)知識(shí)常見問(wèn)題總結(jié)
MORE
服務(wù)電話:
0533-2765967

微信 13280692153