wp_dashboard_empty

函式
wp_dashboard_empty ( No parameters )

wp_dashboard_empty: 這是一個過濾鉤子,允許你控制WordPress儀表盤在沒有小工具時是否為空。預設情況下,當沒有其他小工具時,儀表盤會顯示”歡迎來到WordPress”小工具。

外掛可使用Empty函式來輸出空的儀表盤小工具(稍後由JS填充)。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function wp_dashboard_empty() {}
/**
* Displays a welcome panel to introduce users to WordPress.
*
* @since 3.3.0
* @since 5.9.0 Send users to the Site Editor if the active theme is block-based.
*/
function wp_dashboard_empty() {} /** * Displays a welcome panel to introduce users to WordPress. * * @since 3.3.0 * @since 5.9.0 Send users to the Site Editor if the active theme is block-based. */
function wp_dashboard_empty() {}

/**
 * Displays a welcome panel to introduce users to WordPress.
 *
 * @since 3.3.0
 * @since 5.9.0 Send users to the Site Editor if the active theme is block-based.
 */

常見問題

FAQs
檢視更多 >