WordPress 2.7 introduced Dashboard Widgets, which are the widgets displayed on the main Dashboard of your WordPress installation. Along with these new widgets came the Dashboard Widgets API, which allows you to create any custom Dashboard Widget that you would like.
To create a custom Dashboard Widget you’ll be using the wp_add_ dashboard_widget function as shown ...