Warning: This function has been deprecated.
wp_dashboard_secondary_output() WordPress Function
The wp_dashboard_secondary_output() function is used to display secondary output on the WordPress dashboard. This function is generally used for sidebar widgets or for displaying additional information below the main dashboard content.
wp_dashboard_secondary_output() #
Deprecated dashboard secondary output.
Source
File: wp-admin/includes/deprecated.php
function wp_dashboard_secondary_output() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |