Title: Dashboard Widgets Suite
Author: Jeff Starr
Published: <strong>March 17, 2016</strong>
Last modified: April 17, 2026

---

Search plugins

![](https://ps.w.org/dashboard-widgets-suite/assets/banner-772x250.jpg?rev=1372755)

![](https://ps.w.org/dashboard-widgets-suite/assets/icon-256x256.png?rev=1471944)

# Dashboard Widgets Suite

 By [Jeff Starr](https://profiles.wordpress.org/specialk/)

[Download](https://downloads.wordpress.org/plugin/dashboard-widgets-suite.3.5.1.zip)

 * [Details](https://ewe.wordpress.org/plugins/dashboard-widgets-suite/#description)
 * [Reviews](https://ewe.wordpress.org/plugins/dashboard-widgets-suite/#reviews)
 *  [Installation](https://ewe.wordpress.org/plugins/dashboard-widgets-suite/#installation)
 * [Development](https://ewe.wordpress.org/plugins/dashboard-widgets-suite/#developers)

 [Support](https://wordpress.org/support/plugin/dashboard-widgets-suite/)

## Description

1 Plugin. 9 Widgets. Awesome Dashboard.

_Add new widgets to your WordPress Dashboard. Streamline your workflow and optimize
productivity._

**Widgets**

Dashboard Widgets Suite provides awesome widgets that you can add to your Dashboard
with a click:

 * **Control Panel** – Control widgets directly from the Dashboard
 * **User Notes** – Add, edit, delete notes for any user role
 * **Feed Box** – Display and customize any RSS Feed
 * **Social Box** – Display social links from Twitter, Facebook, etc.
 * **List Box** – Display custom lists created via the Menu screen
 * **Widget Box** – Display any theme or WP widget (e.g., Search, Text)
 * **System Info** – Display basic or advanced system information
 * **Debug Log** – Display, customize, reset your WP debug log
 * **PHP Error Log** – Display, customize, reset your server error log

Each widget includes its own set of options for customizing display 🙂

The notes widget is super awesome, designed for serious note takers. You can choose
from 3 note formats: Text, HTML, or Code. Check out [Installation](https://wordpress.org/plugins/dashboard-widgets-suite/#installation)
for more about the User Notes Widget.

_[Suggest a widget!](https://plugin-planet.com/support/#contact)_

**Features**

Dashboard Widgets Suite provides a slick set of useful Dashboard widgets with some
great features:

 * Includes 9 awesome Dashboard widgets
 * Easy to set up and customize options
 * Regularly updated and “future proof”
 * Secure, clean, error-free code
 * Built with the WordPress API
 * Lightweight, fast and flexible
 * Focused on performance, loads only enabled widgets
 * Enable/disable widgets via Dashboard or plugin settings
 * Option to restore 1-column display for the Dashboard
 * Shortcodes to display widgets on the frontend
 * Many options for customizing widget display
 * Works perfectly with or without Gutenberg

[Check out the Screenshots](https://wordpress.org/plugins/dashboard-widgets-suite/#screenshots)
for more details.

_[Suggest a feature!](https://plugin-planet.com/support/#contact)_

**Privacy**

This plugin does not collect or store any user data. It does not set any cookies,
and it does not connect to any third-party locations. Thus, this plugin does not
affect user privacy in any way.

Dashboard Widgets Suite is developed and maintained by [Jeff Starr](https://x.com/perishable),
15-year [WordPress developer](https://plugin-planet.com/) and [book author](https://books.perishablepress.com/).

**Support development**

I develop and maintain this free plugin with love for the WordPress community. To
show support, you can [make a donation](https://monzillamedia.com/donate.html) or
purchase one of my books:

 * [The Tao of WordPress](https://wp-tao.com/)
 * [Digging into WordPress](https://digwp.com/)
 * [.htaccess made easy](https://htaccessbook.com/)
 * [WordPress Themes In Depth](https://wp-tao.com/wordpress-themes-book/)
 * [Wizard’s SQL Recipes for WordPress](https://books.perishablepress.com/downloads/wizards-collection-sql-recipes-wordpress/)

And/or purchase one of my premium WordPress plugins:

 * [BBQ Pro](https://plugin-planet.com/bbq-pro/) – Blazing fast WordPress firewall
 * [Blackhole Pro](https://plugin-planet.com/blackhole-pro/) – Automatically block
   bad bots
 * [Banhammer Pro](https://plugin-planet.com/banhammer-pro/) – Monitor traffic and
   ban the bad guys
 * [GA Google Analytics Pro](https://plugin-planet.com/ga-google-analytics-pro/)–
   Connect WordPress to Google Analytics
 * [Head Meta Pro](https://plugin-planet.com/head-meta-pro/) – Ultimate Meta Tags
   for WordPress
 * [REST Pro Tools](https://plugin-planet.com/rest-pro-tools/) – Awesome tools for
   managing the WP REST API
 * [Simple Ajax Chat Pro](https://plugin-planet.com/simple-ajax-chat-pro/) – Unlimited
   chat rooms
 * [USP Pro](https://plugin-planet.com/usp-pro/) – Unlimited front-end forms

Links, tweets and likes also appreciated. Thank you! 🙂

## Screenshots

 * [[
 * DWS Dashboard: All widgets enabled
 * [[
 * DWS Settings: General Settings
 * [[
 * DWS Settings: User Notes
 * [[
 * DWS Settings: Feed Box
 * [[
 * DWS Settings: Social Box
 * [[
 * DWS Settings: List Box
 * [[
 * DWS Settings: Widget Box
 * [[
 * DWS Settings: System Info
 * [[
 * DWS Settings: Debug Log
 * [[
 * DWS Settings: Error Log

## Installation

**Installing Dashboard Widgets Suite**

 1. Upload the plugin to your blog and activate
 2. Visit the settings and enable desired widgets
 3. Visit the WP Dashboard to use your new widgets

Tip: you can enable/disable widgets via the plugin settings or via the Control Panel
widget on the Dashboard.

_[More info on installing WP plugins](https://wordpress.org/documentation/article/manage-plugins/#installing-plugins-1)_

**Like the plugin?**

If you like Dashboard Widgets Suite, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/?rate=5#new-post).
It helps to keep development and support going strong. Thank you!

**User Notes Widget**

As of DWS version 1.9, you can choose a format for each user note:

 * Text (default)
 * HTML
 * Code

How to choose a note format:

 1. Click the “Add Note” link
 2. In the “Format” select menu, choose your format
 3. Write your note how you want, click the “Add Note” button and done!

To **Edit** or **Delete** any note, double-click on the note content (to display
the “Edit” and “Delete” buttons).

**Debug and Error Logs**

Note that the Debug and Error Log widgets may require a bit of configuration, depending
on your WP setup. Here is a quick guide:

**Debug Log**

To enable the WP Debug Log for the Debug Log widget, make sure that debug mode is
enabled in your site’s `wp-config.php` file. Here is one possible way to enable,
by adding the following code to your wp-config file, just before the line that says,“
That’s all, stop editing!”:

    ```
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    ```

Once added, this will tell WP to log all errors, warnings, and notices to a file
named `debug.log`, which is located in the `/wp-content/` directory. Note that if
the file does not exist, you can create it manually and give it suitable permissions.
Ask your web host if unsure.

**Error Log**

To enable the Error Log for the Error Log widget, follow the same steps as for “
Debug Log”, but use this code instead:

    ```
    define('WP_DEBUG', true); 
    ini_set('display_errors', 'Off');
    ini_set('error_reporting', E_ALL);
    ```

And also make sure to set the correct file path under the plugin’s “Error Log” tab,
in the setting “Log Location”.

**Debug Log and Error Log**

To enable both Debug Log and Error Log, follow the same steps as above, but use 
this code instead:

    ```
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    ini_set('display_errors', 'Off');
    ini_set('error_reporting', E_ALL);
    ```

For more information, visit [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/).

**Uninstalling**

This plugin cleans up after itself. All plugin settings will be removed from the
WordPress database when the plugin is deleted via the WP Plugins screen.

**Note:** Any notes added via the plugin’s “User Notes” widget will NOT be removed
from the database. To remove user notes, visit the plugin settings and click the
link to “Delete all User Notes”. Alternately you can delete any user notes directly
via the User Notes widget on the WP Dashboard.

**Restore Default Options**

To restore default plugin options, either uninstall/reinstall the plugin or visit
the General Settings > Restore default plugin options.

**Shortcodes**

DWS provides several shortcodes for displaying widgets on the frontend of your site.
Here is a summary:

    ```
    [dws_feed_box]   => Feed Box
    [dws_social_box] => Social Box
    [dws_user_notes] => User Notes
    ```

You can add these to any WP Post or Page to display the widget on the frontend. 
The same widget settings apply to both frontend and backend display.

**Customizing**

Dashboard Widgets Suite provides plenty of settings to customize your widgets. For
advanced customization, developers can tap into the power of WordPress Action and
Filter Hooks. Here is a complete list of the hooks provided by Dashboard Widgets
Suite:

    ```
    Action Hooks

    dashboard_widgets_suite
    dashboard_widgets_suite_control_panel

    dashboard_widgets_suite_feed_box
    dashboard_widgets_suite_feed_box_frontend

    dashboard_widgets_suite_list_box

    dashboard_widgets_suite_log_debug
    dashboard_widgets_suite_log_error

    dashboard_widgets_suite_notes_user
    dashboard_widgets_suite_notes_user_submit
    dashboard_widgets_suite_notes_user_frontend

    dashboard_widgets_suite_social_box
    dashboard_widgets_suite_social_box_frontend

    dashboard_widgets_suite_system_info

    dashboard_widgets_suite_widget_box


    Filter Hooks

    dashboard_widgets_suite_options_general
    dashboard_widgets_suite_get_options_general

    dashboard_widgets_suite_options_feed_box
    dashboard_widgets_suite_get_options_feed_box
    dashboard_widgets_suite_feed_box_data
    dashboard_widgets_suite_feed_box_output
    dashboard_widgets_suite_feed_box_suffix
    dashboard_widgets_suite_feed_box_frontend_data

    dashboard_widgets_suite_options_list_box
    dashboard_widgets_suite_get_options_list_box
    dashboard_widgets_suite_list_box_menu_name

    dashboard_widgets_suite_options_log_debug
    dashboard_widgets_suite_get_options_log_debug
    dashboard_widgets_suite_log_debug_clear
    dashboard_widgets_suite_log_debug_errors
    dashboard_widgets_suite_log_debug_level
    dashboard_widgets_suite_log_debug_path

    dashboard_widgets_suite_options_log_error
    dashboard_widgets_suite_get_options_log_error
    dashboard_widgets_suite_log_error_clear
    dashboard_widgets_suite_log_error_errors
    dashboard_widgets_suite_log_error_level
    dashboard_widgets_suite_log_error_path

    dashboard_widgets_suite_options_notes_user
    dashboard_widgets_suite_get_options_notes_user
    dashboard_widgets_suite_notes_user_data_add
    dashboard_widgets_suite_notes_user_data_delete
    dashboard_widgets_suite_notes_user_data_edit
    dashboard_widgets_suite_notes_user_data_form
    dashboard_widgets_suite_notes_user_data_get
    dashboard_widgets_suite_notes_user_example
    dashboard_widgets_suite_notes_user_message
    dashboard_widgets_suite_notes_user_style
    dashboard_widgets_suite_notes_user_frontend_data
    dashboard_widgets_suite_notes_user_frontend_view
    dashboard_widgets_suite_notes_format
    dashboard_widgets_suite_note_styles

    dashboard_widgets_suite_options_social_box
    dashboard_widgets_suite_get_options_social_box
    dashboard_widgets_suite_social_box_output
    dashboard_widgets_suite_social_box_frontend_data

    dashboard_widgets_suite_options_system_info
    dashboard_widgets_suite_get_options_system_info

    dashboard_widgets_suite_options_widget_box
    dashboard_widgets_suite_get_options_widget_box

    dashboard_widgets_suite_allowed_tags
    dashboard_widgets_suite_editable_roles
    dashboard_widgets_suite_get_date
    ```

DWS also provides hooks for [customizing widget names on the Dashboard](https://perishablepress.com/custom-widget-names-dashboard-widgets-suite/).

_[Suggest a hook!](https://plugin-planet.com/support/#contact)_

## FAQ

### Can you add this widget or that widget?

Yeah maybe, feel free to [suggest a widget!](https://plugin-planet.com/support/#contact)

### How to customize the names of dashboard widgets?

It’s not a current feature of the plugin, however it is possible using custom functions.
Check out this [tutorial](https://perishablepress.com/custom-widget-names-dashboard-widgets-suite/)
at Perishable Press.

### How to add a widget that displays all pages?

To display a Dashboard widget that displays links to all of your pages:

 1. Visit the Widget Box tab on the plugin page
 2. Check the box for the setting, Enable Widget
 3. Select Dashboard Widgets Suite for the Sidebar setting
 4. Save changes
 5. Visit the Menus screen under the Appearance menu
 6. Create a menu that displays all Pages (or whatever links you want)
 7. Visit the WP Widgets screen
 8. Add your new widget to Dashboard Widgets Suite

Done! You can now visit the Dashboard to view your new menu in the Widget Box.

### How to edit or delete a note?

Double click on the note itself, and buttons will be displayed, enabling Edit, Delete,
etc.

### Who can view the notes?

For each note, you can specify a level/role user that is allowed to view/read. So
any user who has the capabilities of the specified role can read the note. For example,
if you set a note level to “Author”, then users with role of Author, Editor, or 
Admin will be able to read.

### How to set a required note format?

By default, the user may choose which format (text, html, code) they want for each
note. To change that, so that only one format is used, add the following code to
your theme (or child theme) functions.php, or add via simple [custom plugin](https://digwp.com/2022/02/custom-code-wordpress/):

    ```
    function dashboard_widgets_suite_notes_format_custom($field_default) {

        return 'text'; // accepts: text, html, code

    }
    add_filter('dashboard_widgets_suite_notes_format', 'dashboard_widgets_suite_notes_format_custom');
    ```

Change `text` to any accepted format: text, html, or code.

### How to add my own note styles?

To override the default note styles, add the following code to your theme (or child
theme) functions.php, or add via simple [custom plugin](https://digwp.com/2022/02/custom-code-wordpress/):

    ```
    function dashboard_widgets_suite_note_styles_custom($css) {

        return '#dws-notes-user .dws-notes-user textarea, #dws-notes-user .dws-notes-user-note { font-size: 18px; }';

    }
    add_filter('dashboard_widgets_suite_note_styles', 'dashboard_widgets_suite_note_styles_custom');
    ```

The returned CSS code is just an example, showing use of DWS existing selectors.
You can change the CSS to whatever is necessary.

### How to change path/location of the debug log?

By default, the WordPress debug file is located at `/wp-content/debug.log`. To change
that, add the following code to your theme (or child theme) functions.php, or add
via simple [custom plugin](https://digwp.com/2022/02/custom-code-wordpress/):

    ```
    function dashboard_widgets_suite_log_debug_path($log) {

        return '/whatever/path/debug.log'; 

    }
    add_filter('dashboard_widgets_suite_log_debug_path', 'dashboard_widgets_suite_log_debug_path');
    ```

Change the path to whatever is necessary.

### Got a question?

Send any questions or feedback via my [contact form](https://plugin-planet.com/support/#contact)

## Reviews

![](https://secure.gravatar.com/avatar/dd8cef4c70bb3a14f5922eb54c92a8166947a303f44eb4a89a954cee4defad6f?
s=60&d=retro&r=g)

### 󠀁[Great and simple:)](https://wordpress.org/support/topic/great-and-simple-186/)󠁿

 [tinaponting](https://profiles.wordpress.org/ponting/) May 28, 2025

A great plugin for my blogs, to see social links, errrors and so on:)

![](https://secure.gravatar.com/avatar/d696848aaed871e083038cb19b030164aad3edd4a045ae61d63670c77fe7b669?
s=60&d=retro&r=g)

### 󠀁[Legit Useful & Educating](https://wordpress.org/support/topic/legit-useful-educating/)󠁿

 [Anonymous User](https://profiles.wordpress.org/anonymized-15266067/) January 24,
2024

This really helped me secure my server, as a newbie. I had no idea we had to secure
PHP and other stuff.

![](https://secure.gravatar.com/avatar/3b1b195e49b15124eba51d2084fdec22250df0fd6c7df01731c9244bc3f8c665?
s=60&d=retro&r=g)

### 󠀁[A must-have plugin](https://wordpress.org/support/topic/a-must-have-plugin-371/)󠁿

 [mariushosting](https://profiles.wordpress.org/marius84/) September 25, 2022

One of the best plugins Jeff could ever devise. Simplicity, efficiency, everything
at your fingertips. Increased user experience on WordPress.

![](https://secure.gravatar.com/avatar/f2834bb69a5fa00b7ba1b7d08a7287bec0c60c7a7a4fe39b9beb1c90c8691851?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin!](https://wordpress.org/support/topic/excellent-plugin-8159/)󠁿

 [TRUmsg](https://profiles.wordpress.org/applaudmedia/) September 22, 2022

Lots of functionality in one plugin. Highly recommend you try it out.

![](https://secure.gravatar.com/avatar/5f295dd8d04939f6fe3dac8dc058e25c935ffd8ee4dae521d506eec9eaf313a8?
s=60&d=retro&r=g)

### 󠀁[Instant favorite!](https://wordpress.org/support/topic/instant-favorite/)󠁿

 [Sebastian “rawsta” Fiele](https://profiles.wordpress.org/rawsta/) June 2, 2022

This small plugin makes the Dashboard finally useful. All Widgets are optional but
enhance the functionality a lot. The Notes widget is essential for our workflow.
Leaving small notes for other editors is incredible helpful. The System widget lists
every information that could be helpful. Everything can be de/activated and configured.
Once activated the widgets perfectly fit into the Dashboard. It’s one of the first
plugins I install everywhere.

![](https://secure.gravatar.com/avatar/04dc7d33d52e6fab62a5bc1a264bb1e9931cdcb5114bb47d79bfa5dcf8d4d678?
s=60&d=retro&r=g)

### 󠀁[it’s my standard](https://wordpress.org/support/topic/its-my-standard/)󠁿

 [allbutone](https://profiles.wordpress.org/allbutone/) February 20, 2022

I only use the system info widget. But this is my standard on every wp dashboard!
Thank you very much to give it us.

 [ Read all 36 reviews ](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/)

## Contributors & Developers

“Dashboard Widgets Suite” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Jeff Starr ](https://profiles.wordpress.org/specialk/)

“Dashboard Widgets Suite” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/dashboard-widgets-suite/contributors)
for their contributions.

[Translate “Dashboard Widgets Suite” into your language.](https://translate.wordpress.org/projects/wp-plugins/dashboard-widgets-suite)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dashboard-widgets-suite/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dashboard-widgets-suite/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dashboard-widgets-suite/)
by [RSS](https://plugins.trac.wordpress.org/log/dashboard-widgets-suite/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

**Thank you** for using Dashboard Widgets Suite! If you like the plugin, please 
show support with a [5-star rating »](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/?rate=5#new-post)

**3.5.1 (2026/04/17)**

 * Fixes bug with reset options
 * Updates plugin settings page
 * Improves readme.txt documentation
 * Tests on WordPress 7.0

Full changelog @ [https://plugin-planet.com/wp/changelog/dashboard-widgets-suite.txt](https://plugin-planet.com/wp/changelog/dashboard-widgets-suite.txt)

## Meta

 *  Version **3.5.1**
 *  Last updated **2 days ago**
 *  Active installations **4,000+**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 5.6.20 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/dashboard-widgets-suite/) and [Italian](https://it.wordpress.org/plugins/dashboard-widgets-suite/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/dashboard-widgets-suite)
 * Tags
 * [dashboard](https://ewe.wordpress.org/plugins/tags/dashboard/)[debug](https://ewe.wordpress.org/plugins/tags/debug/)
   [log](https://ewe.wordpress.org/plugins/tags/log/)[notes](https://ewe.wordpress.org/plugins/tags/notes/)
   [widget](https://ewe.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://ewe.wordpress.org/plugins/dashboard-widgets-suite/advanced/)

## Ratings

 4.9 out of 5 stars.

 *  [  34 5-star reviews     ](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dashboard-widgets-suite/reviews/)

## Contributors

 *   [ Jeff Starr ](https://profiles.wordpress.org/specialk/)

## Support

Issues resolved in last two months:

     1 out of 1

 [View support forum](https://wordpress.org/support/plugin/dashboard-widgets-suite/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://monzillamedia.com/donate.html)