Title: ReviewModo &#8211; Review Manager &amp; Analytics for WooCommerce
Author: DevAura
Published: <strong>2026년 7월 17일</strong>
Last modified: 2026년 7월 17일

---

플러그인 검색

![](https://ps.w.org/reviewmodo/assets/banner-772x250.png?rev=3611387)

![](https://ps.w.org/reviewmodo/assets/icon-256x256.png?rev=3611387)

# ReviewModo – Review Manager & Analytics for WooCommerce

 작성자: [DevAura](https://profiles.wordpress.org/devaura/)

[다운로드](https://downloads.wordpress.org/plugin/reviewmodo.1.0.0.zip)

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

 [지원](https://wordpress.org/support/plugin/reviewmodo/)

## 설명

ReviewModo – Review Manager & Analytics for WooCommerce is a lightweight, secure,
and production-quality admin reporting tool for WooCommerce product reviews. It 
is designed to work efficiently on shops with thousands of reviews by leveraging
optimized SQL queries, caching transients, and lazy loading.

**Features include:**
 * **Dashboard Summary:** View total reviews, average rating,
star breakdown (1-5★), pending/approved stats, and recent activities. * **Analytical
Graphs:** Powered by a bundled Chart.js package showing monthly reviews frequency,
average ratings trend line, star distribution doughnut chart, and top/bottom rated/
reviewed products. * **Custom Moderation Table:** Filter, search, and sort reviews
with bulk actions (approve, unapprove, trash, and delete) on a custom-designed WordPress
admin layout. * **Advanced Filters:** Filter reviews by ratings, products, product
categories, date range (Start/End), status (Approved/Pending/Spam/Trash), purchase
verification, and minimum/maximum review length. * **Keyword Matching:** Auto-highlight
matching terms inside review contents. * **Keyword Analytics Report:** View aggregated
top keywords used by your buyers (excluding standard stop words) with one-click 
redirection to reviews matching that keyword. * **Product Catalog Analytics:** Detail
listing of review statistics across all product pages. * **Single Product Insights:**
Drill-down into specific products to inspect rating trends, top keywords, longest/
shortest reviews, and recent history. * **Excel-friendly Export:** Download filtered
reviews direct into standard or Excel-compatible UTF-8 BOM CSVs.

This plugin is developer-friendly, translation-ready, and follows secure coding 
practices.

### Developer Documentation

ReviewModo – Review Manager & Analytics for WooCommerce exposes hooks and filters
allowing other plugins to extend its features:

### Filters

 * `reviewmodo_stop_words` (array)
    Allows developers to modify the list of ignored
   keywords (stop words) filtered out of the keyword analyzer. _Example:_ add_filter(‘
   reviewmodo_stop_words’, function( $stop_words ) { $stop_words[] = ‘awesome’; 
   return $stop_words; } );
 * `reviewmodo_reviews_per_page` (int)
    Allows filtering the maximum number of items
   printed per page in the list tables. _Example:_ add_filter( ‘reviewmodo_reviews_per_page’,
   function( $count ) { return 50; // override reviews count to 50 } );

### Actions

 * Developers can hook standard WordPress actions like comment updates to flush 
   custom dashboard metrics since the query cache is hooked directly into `wp_set_comment_status`
   and `comment_post`.

## 스크린샷

[⌊The ReviewModo Admin Dashboard showing summary stats, star distribution, and rating
trends.⌉⌊The ReviewModo Admin Dashboard showing summary stats, star distribution,
and rating trends.⌉[

The ReviewModo Admin Dashboard showing summary stats, star distribution, and rating
trends.

[⌊The Review Moderation page with advanced filters, search, and bulk actions.⌉⌊The
Review Moderation page with advanced filters, search, and bulk actions.⌉[

The Review Moderation page with advanced filters, search, and bulk actions.

[⌊The Products Page listing all catalog products with aggregated review counts and
average ratings.⌉⌊The Products Page listing all catalog products with aggregated
review counts and average ratings.⌉[

The Products Page listing all catalog products with aggregated review counts and
average ratings.

[⌊The Product Detail Page displaying drill-down insights, rating trends, and top
keywords for a specific product.⌉⌊The Product Detail Page displaying drill-down 
insights, rating trends, and top keywords for a specific product.⌉[

The Product Detail Page displaying drill-down insights, rating trends, and top keywords
for a specific product.

[⌊The Export Page allowing store owners to filter and export product reviews to 
an Excel-friendly CSV.⌉⌊The Export Page allowing store owners to filter and export
product reviews to an Excel-friendly CSV.⌉[

The Export Page allowing store owners to filter and export product reviews to an
Excel-friendly CSV.

[⌊The Settings Page for configuring options like default date range, page size, 
and graph visibility.⌉⌊The Settings Page for configuring options like default date
range, page size, and graph visibility.⌉[

The Settings Page for configuring options like default date range, page size, and
graph visibility.

## 설치

 1. Upload the `reviewmodo` directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Access the reports by navigating to the **WooCommerce > ReviewModo** submenu.

## FAQ

### Does this plugin work with custom review plugins?

ReviewModo works with standard WooCommerce product reviews. If your custom review
plugin stores reviews as standard WordPress comments with comment_type ‘review’,
they will be parsed and displayed correctly.

### Does this plugin affect store performance?

No, ReviewModo uses cached transients and optimized SQL queries to compile analytics
reports, ensuring zero impact on your front-end store performance.

### How do I export reviews?

Navigate to WooCommerce > ReviewModo > Moderation, apply your desired filters, and
click the “Export to CSV” button.

## 후기

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

## 기여자 & 개발자

“ReviewModo – Review Manager & Analytics for WooCommerce”(은)는 오픈 소스 소프트웨어입니다.
다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ DevAura ](https://profiles.wordpress.org/devaura/)

[자국어로 “ReviewModo – Review Manager & Analytics for WooCommerce”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/reviewmodo)

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

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

## 변경이력

#### 1.0.0

 * Initial release. Stable, fully optimized core database queries, custom list tables,
   settings pages, and Chart.js integrations.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **2개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/reviewmodo/)
 * 태그:
 * [analytics](https://ko.wordpress.org/plugins/tags/analytics/)[dashboard](https://ko.wordpress.org/plugins/tags/dashboard/)
   [reports](https://ko.wordpress.org/plugins/tags/reports/)[reviews](https://ko.wordpress.org/plugins/tags/reviews/)
   [woocommerce](https://ko.wordpress.org/plugins/tags/woocommerce/)
 *  [고급 보기](https://ko.wordpress.org/plugins/reviewmodo/advanced/)

## 평점

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

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/reviewmodo/reviews/)

## 기여자

 *   [ DevAura ](https://profiles.wordpress.org/devaura/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/reviewmodo/)

## 기부

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

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/ncp/payment/ZFNMZNJUQJR7Q)