Plugin Favorites Manager
Mark plugins as favorites for quick access with a custom filter tab
by Tanbir Ahmod · github.com/bdtanbir/plugin-favorites-manager · website
★ 0stars
1forks
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/bdtanbir/plugin-favorites-manager/archive/refs/heads/main.zip⭐ Favorite Plugins
Favorite Plugins is a lightweight WordPress admin utility that allows you to mark plugins as favorites directly from the Plugins page and quickly filter them using a dedicated Favorites tab.
No bloat. No external dependencies. Just productivity.
✨ Features
- ⭐ Mark / unmark plugins as Favorites from the Plugins screen
- 👤 Favorites are stored per user (user meta)
- 🔍 New Favorites filter tab next to All / Active / Inactive
- ⚡ Instant toggle using AJAX
- 🔐 Secure (nonce-protected requests)
- 🎯 Clean, native WordPress UI
- 🌍 Translation-ready
- 🪶 Lightweight & fast
📸 Screenshots
- Plugin row with Favorite toggle
- Favorites filter tab
- Filtered plugin list view
🛠 How It Works
- Adds a ⭐ Favorite toggle to each plugin row
- Stores favorited plugin slugs in user meta
- Injects a Favorites view into the Plugins screen
- Filters plugins dynamically when Favorites is selected
All without modifying core WordPress files.