Plugin info

Total downloads: 919
Active installs: 0
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/3/2025 (57 days ago)
Added to WordPress: 8/8/2024 (1 years old)
Minimum WordPress version: 6.3
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 57 days ago • 2 reviews

61/100

Is Content Revalidation Tracker abandoned?

Likely maintained (last update 57 days ago).

Compatibility

Requires WordPress: 6.3
Tested up to: 6.8.3
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Fresh Reminder
Rating 0.0/5 (0 reviews)Active installs 0

Description

The Content Revalidation Tracker plugin seamlessly connects your WordPress site with your frontend framework (such as Next.js, Nuxt, or Gatsby) to trigger revalidation via a secure API endpoint every time content changes — ensuring your site always serves the most up-to-date pages.

This plugin is ideal for headless WordPress setups that use static site generation or incremental static regeneration. Whenever you update, publish, or delete posts, pages, or taxonomies, the plugin automatically sends a secure API call to your frontend to revalidate the affected pages.

Key Features

  • Automatic Revalidation – Triggers a revalidation request whenever a post, user, or taxonomy is created, updated, trashed, or deleted.
  • Custom Prefix Mapping (New in v2) – Define custom URL prefixes for your post types and taxonomies to match your frontend routing structure.
  • Granular Configuration – Choose which post types and taxonomies are revalidated via filters.
  • Secure API Communication – Use a secret key and domain configuration to ensure authorized revalidation requests.
  • Admin Test Tool (New in v2) – Test revalidation manually from the settings page to confirm configuration.
  • Developer Friendly – Includes hooks and filters for advanced customization.

Ideal For

  • WordPress sites powered by Next.js, Nuxt, or other static/hybrid frameworks.
  • Developers who want automated page revalidation after content changes.
  • Headless WordPress sites that require fast and fresh content delivery.

Support

For support and troubleshooting, please visit Dropndot Solutions.

Installation

  1. Upload the plugin folder content-revalidation-tracker to the /wp-content/plugins/ directory, or install it directly from the WordPress Plugin Directory.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Settings Content Revalidation Tracker to configure your:
    • Frontend Domain (e.g., https://example.com)
    • Secret Key (e.g., ad43d49b3f2e4847a6f6)
  4. (Optional) Configure custom prefix mapping for post types or taxonomies.
  5. Your site will now automatically trigger revalidation whenever relevant content updates occur.

Frequently Asked Questions

Q: What kind of frontend does this plugin support?

A: It’s designed for frameworks like Next.js, Nuxt.js, and Gatsby — any platform that supports revalidation through a secure API route.

Q: Do I need to add a special endpoint on my frontend?

A: Yes. You’ll need to create an endpoint (e.g., /api/revalidate) on your frontend that listens for POST requests containing the secret and path values.

Q: Can I manually trigger revalidation?

A: Yes, use the “Test Revalidation” button in the plugin settings to manually send a request.

Q: Does this plugin work with custom post types or taxonomies?

A: Absolutely. You can enable or map them from the plugin settings or through filters.

Q: Is this compatible with caching plugins?

A: Yes. The plugin works alongside caching plugins — its job is to notify your frontend to refresh specific pages.

Review feed

No reviews available

Screenshots

  1. <strong>Settings Page</strong> – Configure your frontend domain, secret key, and prefix mapping.

    Settings Page – Configure your frontend domain, secret key, and prefix mapping.

  2. <strong>Custom Prefix Mapping</strong> – Define custom URL prefixes for your post types and taxonomies to match your frontend routing structure.

    Custom Prefix Mapping – Define custom URL prefixes for your post types and taxonomies to match your frontend routing structure.

  3. <strong>Manual Test Tool & Activity Log</strong> – Test your setup easily from the dashboard and view the latest revalidation events.

    Manual Test Tool & Activity Log – Test your setup easily from the dashboard and view the latest revalidation events.

Changelog

2.0.0

  • Added: Custom post type and taxonomy prefix mapping.
  • Added: Manual test revalidation tool.
  • Added: Log limit configuration.
  • Improved: Error handling and debugging.
  • Enhanced: Security validation and code optimization.

1.0.0

  • Initial release with automatic revalidation for posts, pages, and users.
  • Added secure secret key validation.
  • Included dashboard logging and admin notices.