Title: CodeFaeries Store Sentinel
Author: Long Watch Studio - Code Faeries
Published: <strong>2026년 6월 18일</strong>
Last modified: 2026년 7월 3일

---

플러그인 검색

![](https://ps.w.org/codefaeries-store-sentinel/assets/banner-772x250.png?rev=3577560)

![](https://ps.w.org/codefaeries-store-sentinel/assets/icon-256x256.png?rev=3577560)

# CodeFaeries Store Sentinel

 작성자: [Long Watch Studio – Code Faeries](https://profiles.wordpress.org/lwsdevelopers/)

[다운로드](https://downloads.wordpress.org/plugin/codefaeries-store-sentinel.1.0.3.zip)

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

 [지원](https://wordpress.org/support/plugin/codefaeries-store-sentinel/)

## 설명

CodeFaeries Store Sentinel is a WooCommerce activity monitor that tracks critical
store events and presents them in a clean, chronological feed. Know immediately 
when orders are trashed, deleted, or change status — and when products disappear
from your catalog.

**Requires WooCommerce** — Store Sentinel is purpose-built for WooCommerce stores
and requires WooCommerce 7.9 or later.

#### Key Features

 * **Chronological Activity Feed** — All critical WooCommerce events in one timeline,
   sorted newest-first
 * **Order Tracking** — Monitor order trashed, permanently deleted, and status change
   events
 * **Product Tracking** — Monitor product trashed and permanently deleted events
 * **Severity Levels** — Events classified as info, warning, or critical for quick
   visual scanning
 * **Filters** — Filter by event type, severity level, and date range
 * **Event Details** — Click any event to see full context (order totals, old/new
   status, product info)
 * **Dashboard Widget** — At-a-glance today’s stats on the WordPress dashboard
 * **HPOS-Native** — Built for WooCommerce High-Performance Order Storage from day
   one
 * **Privacy-First** — Customer emails are partially masked; no full PII stored
 * **Automatic Cleanup** — Daily cron removes events older than the retention period(
   configurable; 7-day default)
 * **Multisite Support** — Works on multisite networks with per-site data isolation
 * **Developer Friendly** — Filters and actions for every event, severity, and query

#### In Store Sentinel Pro

Anomaly detection, email alerts (immediate / hourly / daily digest), webhook
 notifications,
scheduled email reports, extended retention, advanced filters, CSV export and additional
event types (customers, coupons, shipping) are part of **Store Sentinel Pro**, distributed
separately from codefaeries.com. The free plugin exposes documented hooks that Pro
builds on.

#### Tracked Events

 * **Order trashed** (warning) — Order moved to trash
 * **Order deleted** (critical) — Order permanently deleted
 * **Order status changed** (info) — Order status transition (e.g., processing to
   completed)
 * **Product trashed** (warning) — Product moved to trash
 * **Product deleted** (critical) — Product permanently deleted

### Privacy

Store Sentinel records WooCommerce store events (order/product trashes,
 deletions
and status changes) to a custom table in your own database. Customer emails captured
in event context are partially masked, and client IP addresses — when IP tracking
is enabled — are stored only as a one-way SHA-256 hash salted with your site’s WordPress
salt. The raw IP is never written to the database.

Store Sentinel does not phone home and does not send any data to external
 services.
All event data stays in your own database.

## 설치

 1. Upload the `codefaeries-store-sentinel` folder to the `/wp-content/plugins/` directory,
    or install directly through the WordPress plugin screen.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Ensure WooCommerce is installed and active.
 4. Navigate to **Store Sentinel** in the admin menu to view the activity feed.

## FAQ

### Does this plugin require WooCommerce?

Yes. Store Sentinel is a WooCommerce-specific monitoring tool and requires WooCommerce
7.9 or later. If WooCommerce is not active, the plugin will show an admin notice
and remain inactive.

### Is it compatible with HPOS (High-Performance Order Storage)?

Yes. Store Sentinel is built HPOS-native from the ground up. It uses WooCommerce
order objects and HPOS-compatible hooks exclusively — it never accesses the wp_posts
table for order data.

### How long are events retained?

Events are retained for 7 days by default; the retention period is configurable 
on the Settings  Data & Privacy tab. A daily cron job automatically removes older
events to keep the database lean.

### What happens to my data if I deactivate the plugin?

Deactivation only clears the cron schedule — all event data is preserved. If you
reactivate, your full history is still available. Data is only removed when you **
delete** (uninstall) the plugin through the WordPress admin.

### Does it work on multisite?

Yes. Store Sentinel supports multisite with per-site activation. Each site has its
own events table and settings. Uninstall cleans up all sites in batches.

### Can I extend it with custom events?

Yes. Use the `codefaeries_store_sentinel_event_data` filter to modify event data
before recording, or the `codefaeries_store_sentinel_should_record` filter to conditionally
skip events. The `codefaeries_store_sentinel_event_recorded` action fires after 
each event is stored.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

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

기여자

 *   [ Long Watch Studio – Code Faeries ](https://profiles.wordpress.org/lwsdevelopers/)

[자국어로 “CodeFaeries Store Sentinel”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/codefaeries-store-sentinel)

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

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

## 변경이력

#### 1.0.3 – 2026-07-03

 * Fixed: permanently deleted orders were not being recorded because the deletion
   listener used an outdated hook name; order deletions are now captured correctly
   on HPOS stores.

#### 1.0.2 – 2026-05-18

 * Improved: Store Sentinel is now a focused free plugin — anomaly detection, email
   alerts, webhooks and scheduled reports moved to the separately distributed Store
   Sentinel Pro, with documented hooks so Pro builds cleanly on the free version.
 * Compatibility: “Tested up to” bumped to WordPress 7.0.
 * Code quality: passes WordPress Plugin Check cleanly.
 * New: filter to exclude specific plugin slugs from event source detection (helps
   when third-party plugins clutter the backtrace).

#### 1.0.1

 * Internal: release packaging refreshed and CHANGELOG.md consolidated into this
   changelog.

#### 1.0.0

First public release. Store Sentinel is a WooCommerce early-warning system: a chronological
feed of critical store actions.

 * Live activity feed with filters (event type, severity, date range) and pagination.
 * Tracks orders (trashed, deleted, status changes, meta removal) and products (
   trashed, deleted).
 * Severity levels — info, warning, critical — with a detail modal showing full 
   context.
 * Records the source of each action (Admin, REST API, WP-CLI, Cron, AJAX) and the
   actor (user, role, display name).
 * Settings page for event toggles, retention, privacy, and data management.
 * Dashboard widget showing today’s activity.
 * Daily automatic retention cleanup (7-day default, configurable).
 * HPOS-native (WooCommerce 7.9+).
 * Multisite-aware install and uninstall.
 * Accessibility: focus-trapped modal, ARIA live regions, keyboard navigation.
 * Extensible by developers via filters and actions.

## 기초

 *  버전 **1.0.3**
 *  최근 업데이트: **6일 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/codefaeries-store-sentinel/)
 * 태그:
 * [Activity Log](https://ko.wordpress.org/plugins/tags/activity-log/)[order tracking](https://ko.wordpress.org/plugins/tags/order-tracking/)
   [security](https://ko.wordpress.org/plugins/tags/security/)[woocommerce](https://ko.wordpress.org/plugins/tags/woocommerce/)
 *  [고급 보기](https://ko.wordpress.org/plugins/codefaeries-store-sentinel/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/codefaeries-store-sentinel/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/codefaeries-store-sentinel/reviews/)

## 기여자

 *   [ Long Watch Studio – Code Faeries ](https://profiles.wordpress.org/lwsdevelopers/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/codefaeries-store-sentinel/)