Description
Introducing the “Content Revalidation Tracker” plugin – your solution to keeping your external systems (e.g., Next.js
) synchronized with the latest changes on your WordPress site! Automatically track updates to posts, pages, and user profiles, and send relevant data to an external API for revalidation.
Features
- Track updates to posts, pages, and user profiles.
- Send revalidation requests to an external API.
- Easy-to-use settings page to configure the external API endpoint and secret key.
Configuration
- After activating the plugin, go to Settings > Content Revalidation Tracker.
- Enter your external API domain in the Domain field (e.g.,
https://example.com
). - Enter your API secret key in the Secret Key field (e.g.,
ad43d49b3f2e4847a6f6
). - Click Save Changes.
Usage
Once configured, the plugin will automatically send revalidation requests to your external API whenever the following actions occur:
* Posts and Pages: When a post or page is created, updated, or deleted.
* User Profiles: When a user profile is created, updated, or deleted.
Support
For support and troubleshooting, please visit Dropndot Solutions.
Screenshots
Installation
- Download the plugin ZIP file.
- Log in to your WordPress admin panel.
- Navigate to Plugins > Add New.
- Click Upload Plugin and select the downloaded ZIP file.
- Click Install Now and then Activate the plugin.
FAQ
-
How do I configure the plugin?
-
Navigate to Settings > Content Revalidation Tracker and enter your API domain and secret key.
-
What happens if the API request fails?
-
The plugin logs the error, which can be reviewed in the WordPress error log for debugging.
-
Can I customize the API request?
-
Currently, the plugin sends predefined parameters in the API request. For advanced customization, you can modify the plugin code.
-
Is this plugin compatible with custom post types?
-
Yes, the plugin tracks all post types, including custom post types.
Reviews
Contributors & Developers
“Content Revalidation Tracker” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Content Revalidation Tracker” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.