wp_print_editor_js

函式
wp_print_editor_js ( No parameters )

wp_print_editor_js: 這個動作用來列印支援WordPress內容編輯器的JavaScript: 當編輯器被載入時,它將在頁面的頭部被觸發。

列印TinyMCE編輯器的JS。

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

常見問題

FAQs
檢視更多 >