WP Manifestindependent plugin directory
manifest / admin / plugin-favorites-manager

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

Screenshot 2026-01-12 at 2 52 27 PM Screenshot 2026-01-12 at 2 53 06 PM
  • Plugin row with Favorite toggle
  • Favorites filter tab
  • Filtered plugin list view

🛠 How It Works

  1. Adds a ⭐ Favorite toggle to each plugin row
  2. Stores favorited plugin slugs in user meta
  3. Injects a Favorites view into the Plugins screen
  4. Filters plugins dynamically when Favorites is selected

All without modifying core WordPress files.