Warning: This function has been deprecated.
wp_dashboard_secondary() WordPress Function
The wp_dashboard_secondary() function is used to display secondary items on the WordPress Dashboard. Secondary items are usually less important than primary items, and are typically displayed below the primary items.
wp_dashboard_secondary() #
Deprecated dashboard secondary section.
Source
File: wp-admin/includes/deprecated.php
function wp_dashboard_secondary() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |