Dashboard Search
A WordPress plugin that adds search to your dashboard.
by Tim Brugman · github.com/brugman/dashboard-search · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/brugman/dashboard-search/archive/refs/heads/develop.zipReadme
Dashboard Search is a WordPress plugin that puts search on your dashboard for all your post types.

Installation
- Download the ZIP.
- Extract the folder to
/wp-content/plugins/.
or
cd /wp-content/plugins/
git clone https://github.com/Brugman/dashboard-search.git
Update
- Download the new ZIP.
- Replace the old folder in
/wp-content/plugins/.
or
cd /wp-content/plugins/dashboard-search/
git pull
Contributing
Found a bug? Want a feature added? Please open an issue so we can talk about it.
Pull requests are welcome. Please try to match the current code formatting.