wp_quicktags

函式
wp_quicktags ( No parameters )
相關
  • wp_editor()
定義位置
相關方法
wp_link_pageswp_list_pageswp_default_packageswp_create_tagwp_installing
引入
-
棄用
3.3.0

wp_quicktags: 這個函式用來在WordPress的內容編輯器中新增快速標籤。快速標籤是在內容編輯器中新增常用HTML標籤的快捷方式。它們可以被定製,以包括你需要的任何標籤或按鈕。

處理快速標記。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function wp_quicktags() {
_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}
function wp_quicktags() { _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' ); }
function wp_quicktags() {
	_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}

常見問題

FAQs
檢視更多 >