Can a users profile be put under the dashboard menu

You could just write a custom Dashboard Widget:

Tutorial

How to Add Custom Dashboard Widgets in WordPress

In this article we will show you how you can customize dashboard widgets in WordPress.

Documentation

Dashboard Widgets API

The Dashboard Widgets API (added in WP 2.7) makes it very simple to add new widgets to the administration dashboard. Doing so requires working knowledge of PHP and the WordPress Plugin API, but to plugin or theme authors familiar with hooking actions and filters it only takes a few minutes and can be a great way to make your plugin even more useful.

Leave a Comment