Title: Revora
Author: Moksedul Islam
Published: <strong>2026年3月12日</strong>
Last modified: 2026年3月12日

---

プラグインを検索

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

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

# Revora

 作者: [Moksedul Islam](https://profiles.wordpress.org/dmoksedul/)

[ダウンロード](https://downloads.wordpress.org/plugin/revora.1.0.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/revora/#description)
 * [レビュー](https://ja.wordpress.org/plugins/revora/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/revora/#installation)
 * [開発](https://ja.wordpress.org/plugins/revora/#developers)

 [サポート](https://wordpress.org/support/plugin/revora/)

## 説明

**Revora** is a powerful yet lightweight WordPress review plugin that lets you collect,
manage, and display customer reviews with ease. Built with performance and user 
experience in mind, Revora uses a custom database table for optimal speed and includes
advanced features like spam detection, AJAX submissions, and full Elementor integration.

#### Key Features

 * **Category-Based Reviews** – Organize reviews by custom categories
 * **AJAX Form Submission** – Smooth, no-reload review submissions
 * **Smart Spam Detection** – Built-in anti-spam system
 * **Admin Moderation Panel** – Easy review management dashboard
 * **Elementor Integration** – 3 custom widgets with full styling controls
 * **Card Design Variants** – 5 professional card styles to choose from
 * **Responsive Design** – Mobile-friendly and touch-enabled
 * **SEO Optimized** – Schema markup for rich snippets
 * **Email Notifications** – Get notified of new reviews
 * **Load More Pagination** – AJAX-powered infinite scroll

#### Elementor Widgets

 1. **Review Form Widget** – Customizable review submission form
 2. **Reviews Display Widget** – Grid layout with responsive columns
 3. **Reviews Slider Widget** – Carousel with autoplay and navigation

#### Card Design Styles

 * **Classic** – Standard vertical layout
 * **Modern** – Minimal, centered design
 * **Boxed** – Elevated with colored header
 * **Horizontal** – Side-by-side layout
 * **Testimonial** – Quote-style presentation

#### Privacy & Data

Revora collects and stores the following user information when a review is submitted:

 * **Name** – To display the reviewer’s identity
 * **Email** – For verification and notifications (not publicly displayed)
 * **Review Content** – Title and detailed review text
 * **Rating** – Star rating (1-5)
 * **IP Address** – For spam detection and security
 * **Submission Date** – Timestamp of review submission

All data is stored in a custom WordPress database table and can be deleted by the
site administrator at any time through the admin panel.

#### Security Features

 * Nonce verification on all forms
 * Input sanitization and validation
 * Output escaping for XSS prevention
 * Prepared SQL statements
 * CSRF protection
 * Rate limiting for spam prevention

### Privacy Policy

Revora collects and stores the following information when users submit reviews:

**Data Collected:**
 * Name (required) * Email address (required, not publicly displayed)*
Review title and content (required) * Star rating (required) * IP address (for spam
detection) * Submission timestamp

**How We Use This Data:**
 * Display reviews on your website * Send email notifications
to administrators * Detect and prevent spam submissions * Moderate and manage reviews

**Data Retention:**
 Review data is stored indefinitely until manually deleted by
a site administrator through the Revora admin panel.

**User Rights:**
 Users can request deletion of their review data by contacting 
the site administrator. Administrators can delete reviews from the Revora admin 
panel.

**Third-Party Services:**
 Revora does not send data to any third-party services
or external APIs.

### Support

For support, feature requests, or bug reports, please visit:
 https://wordpress.
org/plugins/revora/

### Credits

 * Developed by Moksedul Islam
 * Swiper.js library (MIT License) – https://swiperjs.com/
 * WordPress Dashicons (GPL License)

## インストール

 1. Upload the `revora` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to **Revora > Settings** to configure the plugin
 4. Create review categories in **Revora > Categories**
 5. Use shortcodes or Elementor widgets to display reviews

#### Shortcodes

 * `[revora_form category="your-category"]` – Display review submission form
 * `[revora_reviews category="your-category" limit="6" columns="3"]` – Display reviews
   grid

#### Elementor Usage

 1. Edit any page with Elementor
 2. Search for “Revora” in the widget panel
 3. Drag and drop widgets onto your page
 4. Customize with full styling controls

## FAQ

### Does this plugin require Elementor?

No, Elementor is optional. You can use shortcodes to display reviews without Elementor.
However, Elementor widgets provide more customization options.

### How do I moderate reviews?

Go to **Revora > All Reviews** in your WordPress admin panel. You can approve, reject,
or delete reviews from there.

### Can I customize the review form?

Yes! You can customize colors, typography, spacing, and more through the Elementor
widget controls or via the WordPress Customizer (Appearance  Customize  Additional
CSS).

### Is the plugin GDPR compliant?

Yes, Revora stores minimal user data and provides clear information about what data
is collected. Site administrators can delete user data at any time.

### Does it work with caching plugins?

Yes, Revora is compatible with popular caching plugins. AJAX functionality works
seamlessly with cached pages.

### Can I import/export reviews?

This feature is planned for a future update. Currently, reviews are stored in the
WordPress database and can be accessed via phpMyAdmin if needed.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Revora はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

 *   [ Moksedul Islam ](https://profiles.wordpress.org/dmoksedul/)

[“Revora” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/revora)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/revora/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/revora/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/revora/)を [RSS](https://plugins.trac.wordpress.org/log/revora/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.0 – 2026-03-12

 * Initial release
 * Category-based review system
 * AJAX form submission
 * Smart spam detection
 * Admin moderation panel
 * Email notifications
 * SEO schema markup
 * Responsive design
 * Shortcode support
 * Added: Elementor integration with 3 custom widgets
 * Added: 5 card design variants (Classic, Modern, Boxed, Horizontal, Testimonial)
 * Added: Reviews Slider widget with Swiper.js
 * Added: Load more pagination (AJAX)
 * Added: Form input placeholders
 * Improved: Submit button styling
 * Improved: Frontend CSS organization

## メタ

 *  バージョン **1.0.0**
 *  最終更新日 **1か月前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 5.8またはそれ以降 **
 *  検証済み最新バージョン: **6.9.4**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/revora/)
 * タグ
 * [ajax](https://ja.wordpress.org/plugins/tags/ajax/)[elementor](https://ja.wordpress.org/plugins/tags/elementor/)
   [rating](https://ja.wordpress.org/plugins/tags/rating/)[reviews](https://ja.wordpress.org/plugins/tags/reviews/)
   [testimonials](https://ja.wordpress.org/plugins/tags/testimonials/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/revora/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/revora/reviews/)

## 貢献者

 *   [ Moksedul Islam ](https://profiles.wordpress.org/dmoksedul/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/revora/)