wp_dashboard_empty()
Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
Source
File: wp-admin/includes/dashboard.php
function wp_dashboard_empty() {}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
File: wp-admin/includes/dashboard.php
function wp_dashboard_empty() {}
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |