/naked-dashboard

A WordPress plugin that removes all dashboard widgets, with exceptions.

Primary LanguagePHP

Naked Dashboard

Naked Dashboard removes all dashboard widgets, with exceptions.

Made at the request of Sé Reed on WP Watercooler EP386, a weekly WordPress podcast.

screenshot

Installation

  1. Download the ZIP.
  2. Extract the folder to /wp-content/plugins/.

or

cd /wp-content/plugins/
git clone https://github.com/Brugman/naked-dashboard.git

Update

  1. Download the new ZIP.
  2. Replace the old folder in /wp-content/plugins/.

or

cd /wp-content/plugins/naked-dashboard/
git pull

Optional configuration

Manage exceptions

By default only the Site Health metabox remains. To remove this metabox, or keep others, edit the $exceptions array in the PHP file.

If you customize the exceptions, keep in mind that an update will reset these.

Contributing

Found a bug? Anything you would like to ask, add or change? Please open an issue so we can talk about it.

Pull requests are welcome on the develop branch. Please try to match the current code formatting.

Author

Tim Brugman