Warning: This function has been deprecated.
wp_dashboard_plugins() WordPress Function
The wp_dashboard_plugins() function enables plugin developers to add their own widgets to the WordPress Dashboard. This function is used by the core WordPress team to add links to the various official WordPress plugins.
wp_dashboard_plugins() #
Deprecated dashboard plugins control.
Source
File: wp-admin/includes/deprecated.php
function wp_dashboard_plugins() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |