tinymce_include

函式
tinymce_include ( No parameters )
相關
  • wp_editor()
定義位置
相關方法
wp_tinymce_inline_scripts_wp_customize_includeatom_enclosurewp_tiny_mcefind_core_update
引入
2.1.0
棄用
2.1.0

tinymce_include: 這個函式包括TinyMCE編輯器的指令碼和樣式表。

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

	wp_tiny_mce();
}

常見問題

FAQs
檢視更多 >