Warning: This function has been deprecated.
wp_dashboard_secondary_control() WordPress Function
The wp_dashboard_secondary_control() function allows you to add a secondary control to the WordPress admin dashboard. This is useful if you want to add an additional widget or control to the dashboard.
wp_dashboard_secondary_control() #
Deprecated dashboard secondary control.
Source
File: wp-admin/includes/deprecated.php
function wp_dashboard_secondary_control() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |