🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
The Viking Abandoned Monitor
The Viking Abandoned Monitor

The Viking Abandoned Monitor

0/5 (0 ratings) — active installs Updated Jan 7, 2026

The Viking Abandoned Monitor is a lightweight, admin-only WordPress plugin that helps you identify potentially abandoned or outdated plugins on your site. It scans all installed plugins and classifies them based on their last update date from the WordPress.org plugins API.

Key Features:

  • Automatic Plugin Scanning: Scans all installed plugins and checks their last update date via WordPress.org API
  • Status Classification: Classifies plugins as Safe, Risk, or Abandoned based on configurable thresholds
  • Dashboard Overview: Beautiful dashboard with summary cards and filterable plugin table
  • Weekly Email Reports: Automatically sends weekly summary emails with top abandoned and risk plugins
  • Optional Webhook Integration: Send data to external services like n8n (completely optional, disabled by default)
  • WordPress.org Compliant: Fully compliant with WordPress.org guidelines, no deceptive behavior
  • Lightweight: No external SDKs or bloat, uses WordPress core functions only
  • Secure: Proper nonces, capability checks, and data sanitization

How It Works:

  1. The plugin scans all installed plugins on your site
  2. For each plugin, it attempts to resolve the WordPress.org slug (from PluginURI, UpdateURI, or folder name)
  3. It fetches plugin information from WordPress.org API (with 48-hour caching to avoid rate limits)
  4. Plugins are classified based on their last update date:
    • Safe: Updated within the risk threshold (default: 6 months)
    • Risk: Updated between risk and abandoned thresholds (default: 6-12 months)
    • Abandoned: Not updated within abandoned threshold (default: 12+ months)
    • Unknown: Could not be resolved or API error occurred

Privacy & Data:

  • All plugin data is fetched from public WordPress.org API
  • Webhook functionality is completely optional and disabled by default
  • If webhook is enabled, you can choose to redact plugin details and send only summary counts
  • No data is sent anywhere unless explicitly configured by the site administrator