wp_dashboard_quick_press_output

函式
wp_dashboard_quick_press_output ( No parameters )

wp_dashboard_quick_press_output:此鉤子用於修改WordPress中“快速草稿”儀表盤小工具的輸出。開發人員可以使用這個鉤子來定製“快速草稿”小工具的外觀或為小工具新增附加功能。

輸出QuickPress儀表盤小工具。

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

常見問題

FAQs
檢視更多 >