Title: Revora
Author: Moksedul Islam
Published: <strong>12.03.2026</strong>
Last modified: 12.03.2026

---

Поиск плагинов

![](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://ru.wordpress.org/plugins/revora/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/revora/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/revora/#installation)
 * [Разработка](https://ru.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

## Часто задаваемые вопросы

### 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**
 *  Обновление: **6 месяцев назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 5.8 или выше **
 *  Совместим вплоть до: **6.9.7**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/revora/)
 * Метки:
 * [ajax](https://ru.wordpress.org/plugins/tags/ajax/)[elementor](https://ru.wordpress.org/plugins/tags/elementor/)
   [rating](https://ru.wordpress.org/plugins/tags/rating/)[reviews](https://ru.wordpress.org/plugins/tags/reviews/)
   [testimonials](https://ru.wordpress.org/plugins/tags/testimonials/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/revora/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Ваш отзыв](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/)