wp_dashboard_empty()WP 2.5.0

Outputs empty dashboard widget to be populated by JS later.

Usable by plugins.

No Hooks.

Return

null. Nothing (null).

Usage

wp_dashboard_empty();

Changelog

Since 2.5.0 Introduced.

wp_dashboard_empty() code WP 6.4.3

function wp_dashboard_empty() {}