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()
{
}
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.
/**
* Outputs empty dashboard widget to be populated by JS later.
*
* Usable by plugins.
*
* @since 2.5.0
*/
function wp_dashboard_empty()
{
}
/**
* Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
*
* @since 2.5.0
*/
function wp_dashboard_empty()
{
}
/**
* Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
*/
function wp_dashboard_empty()
{
}