Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Brugman/naked-dashboard
A WordPress plugin that removes all dashboard widgets, with exceptions.
https://github.com/Brugman/naked-dashboard
wordpress-plugin
Last synced: 9 days ago
JSON representation
A WordPress plugin that removes all dashboard widgets, with exceptions.
- Host: GitHub
- URL: https://github.com/Brugman/naked-dashboard
- Owner: Brugman
- Created: 2021-03-20T16:29:44.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-22T19:19:31.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:36:43.043Z (3 months ago)
- Topics: wordpress-plugin
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Naked Dashboard
> Naked Dashboard removes all dashboard widgets, with exceptions.
Made at the request of Sé Reed on [WP Watercooler EP386](https://www.youtube.com/watch?v=zDxX5NW7a_4), a weekly WordPress podcast.
![screenshot](/screenshot.png)
## Installation
1. Download the ZIP.
1. Extract the folder to `/wp-content/plugins/`.or
```sh
cd /wp-content/plugins/
git clone https://github.com/Brugman/naked-dashboard.git
```## Update
1. Download the new ZIP.
1. Replace the old folder in `/wp-content/plugins/`.or
```sh
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](https://github.com/Brugman)