Naked Dashboard removes all dashboard widgets, with exceptions.
Made at the request of Sé Reed on WP Watercooler EP386, a weekly WordPress podcast.
- Download the ZIP.
- Extract the folder to
/wp-content/plugins/
.
or
cd /wp-content/plugins/
git clone https://github.com/Brugman/naked-dashboard.git
- Download the new ZIP.
- Replace the old folder in
/wp-content/plugins/
.
or
cd /wp-content/plugins/naked-dashboard/
git pull
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.
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.