wp_dashboard_empty

The timeline below displays how wordpress function wp_dashboard_empty has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 6.3

/**
 * Outputs empty dashboard widget to be populated by JS later.
 *
 * Usable by plugins.
 *
 * @since 2.5.0
 */
function wp_dashboard_empty()
{
}

WordPress Version: 5.4

/**
 * Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
 *
 * @since 2.5.0
 */
function wp_dashboard_empty()
{
}

WordPress Version: 3.7

/**
 * Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
 */
function wp_dashboard_empty()
{
}