Warning: This function has been deprecated.
wp_dashboard_primary_control() WordPress Function
The wp_dashboard_primary_control() function allows you to add a new primary control to the WordPress admin dashboard. A primary control is a widget that is displayed on the left side of the dashboard, beneath the "At a Glance" widget.
wp_dashboard_primary_control() #
Deprecated dashboard primary control.
Source
File: wp-admin/includes/deprecated.php
function wp_dashboard_primary_control() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |