Title: Content Revalidation Tracker
Author: Dropndot Solutions
Published: <strong>2024년 8월 8일</strong>
Last modified: 2025년 11월 3일

---

플러그인 검색

![](https://ps.w.org/content-revalidation-tracker/assets/banner-772x250.png?rev=
3133106)

![](https://ps.w.org/content-revalidation-tracker/assets/icon.svg?rev=3133106)

# Content Revalidation Tracker

 작성자: [Dropndot Solutions](https://profiles.wordpress.org/dropndot/)

[다운로드](https://downloads.wordpress.org/plugin/content-revalidation-tracker.2.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/content-revalidation-tracker/#description)
 * [평가](https://ko.wordpress.org/plugins/content-revalidation-tracker/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/content-revalidation-tracker/#installation)
 * [개발](https://ko.wordpress.org/plugins/content-revalidation-tracker/#developers)

 [지원](https://wordpress.org/support/plugin/content-revalidation-tracker/)

## 설명

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](https://dropndot.com).

## 스크린샷

 * [[
 * **Settings Page** – Configure your frontend domain, secret key, and prefix mapping.
 * [[
 * **Custom Prefix Mapping** – Define custom URL prefixes for your post types and
   taxonomies to match your frontend routing structure.
 * [[
 * **Manual Test Tool & Activity Log** – Test your setup easily from the dashboard
   and view the latest revalidation events.

## 설치

 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:
 4.  * **Frontend Domain (e.g., `https://example.com`)**
     * **Secret Key (e.g., `ad43d49b3f2e4847a6f6`)**
 5. (Optional) Configure custom prefix mapping for post types or taxonomies.
 6. Your site will now automatically trigger revalidation whenever relevant content
    updates occur.

## FAQ

### 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.

## 후기

![](https://secure.gravatar.com/avatar/e69ffb047cfbcd77b339ab9c4632e344995023cddb0a0029af0e4c9c5479ce86?
s=60&d=retro&r=g)

### 󠀁[This plugin very help full to manage headless CMS](https://wordpress.org/support/topic/this-plugin-very-help-full-to-manage-headless-cms/)󠁿

 [hayder007](https://profiles.wordpress.org/hayder007/) 2024년 8월 9일

This plugin help me to manage my site with headless CMS

![](https://secure.gravatar.com/avatar/c48d8df59dbf758d85bc2b3d479e1087d69a7ca79f8f7905d577ae989929e5df?
s=60&d=retro&r=g)

### 󠀁[It is an awesome WordPress plugin for headless CMS](https://wordpress.org/support/topic/it-is-an-awesome-wordpress-plugin-for-headless-cms/)󠁿

 [Masud Rana](https://profiles.wordpress.org/mrana86/) 2024년 8월 9일

It is very easy to install and setup

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/)

## 기여자 & 개발자

“Content Revalidation Tracker”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ Dropndot Solutions ](https://profiles.wordpress.org/dropndot/)

[자국어로 “Content Revalidation Tracker”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/content-revalidation-tracker)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/content-revalidation-tracker/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/content-revalidation-tracker/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/content-revalidation-tracker/)
을 [RSS](https://plugins.trac.wordpress.org/log/content-revalidation-tracker/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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.

## 기초

 *  버전 **2.0.0**
 *  최근 업데이트: **7개월 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 6.3 또는 그 이상 **
 *  다음까지 시험됨: **6.8.5**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/content-revalidation-tracker/)
 * 태그:
 * [api](https://ko.wordpress.org/plugins/tags/api/)[headless](https://ko.wordpress.org/plugins/tags/headless/)
   [nextjs](https://ko.wordpress.org/plugins/tags/nextjs/)[revalidation](https://ko.wordpress.org/plugins/tags/revalidation/)
   [static](https://ko.wordpress.org/plugins/tags/static/)
 *  [고급 보기](https://ko.wordpress.org/plugins/content-revalidation-tracker/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/content-revalidation-tracker/reviews/)

## 기여자

 *   [ Dropndot Solutions ](https://profiles.wordpress.org/dropndot/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/content-revalidation-tracker/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://dropndot.com/)