wp_dashboard_empty

函数


wp_dashboard_empty ( No parameters )
定义位置
  • wp-admin/includes/dashboard.php
    , line 2015
引入
2.5.0
弃用

Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).

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.
 */