توضیحات
miniOrange Privacy & Compliance Manager is a lightweight cookie consent solution that helps WordPress sites comply with DPDPA (India), GDPR (EU), and global privacy standards — without writing a single line of code.
How It Works
- A fully customisable cookie consent banner is shown to the visitor.
- The visitor chooses to Accept All, Reject All, or set granular per-category preferences.
- Consent is stored in the browser (guests) and in WordPress user meta (logged-in users).
- Returning visitors and logged-in users are remembered — the banner does not re-appear until consent expires or is withdrawn.
Smart Cookie Consent Banner
- Customisable position — top or bottom of the page
- Custom title, body text, and Privacy Policy URL
- Full colour control — background, text, and button colours
- Live preview in the admin panel — see your changes before saving
- Three user actions: Accept All, Reject All, and Manage Preferences
- Granular per-category toggles: Necessary, Analytics, Functional, Marketing
- Necessary cookies are always permitted and cannot be toggled off by visitors
Privacy-First Consent Storage
- Guest consent is stored only in the visitor’s browser (localStorage) — it never reaches your server
- Logged-in user consent is stored in WordPress user meta (
wp_usermeta) linked only to their account - REST API endpoint for consent read and write, protected by WP REST nonce verification
- No raw IP addresses are stored at any point
Zero External Dependencies
- Fully WordPress-native — no third-party CDN, SDK, or external API calls
- No data is ever transmitted to miniOrange servers
- Works on local, staging, and production environments
Compliance Frameworks
- DPDPA — Digital Personal Data Protection Act (India, 2023)
- GDPR — General Data Protection Regulation (EU)
- Supports explicit consent, purpose limitation, and data minimisation principles
Use Cases
- Business websites using Google Analytics, Meta Pixel, or other tracking tools
- eCommerce stores running advertising campaigns
- Any WordPress site targeting Indian users (DPDPA) or EU users (GDPR)
عکسهای صفحه


نصب
Automatic installation (recommended)
- Go to Plugins > Add New in your WordPress dashboard.
- Search for miniOrange Privacy & Compliance Manager.
- Click Install Now, then Activate.
Manual installation
- Download the plugin zip file.
- Go to Plugins > Add New > Upload Plugin.
- Upload the zip and click Install Now, then Activate.
After activation
- Go to miniOrange Privacy & Compliance Manager in the left admin menu.
- On the Banner Settings tab, enable the cookie consent banner and customise its appearance.
- Save your settings — the consent banner is now live on your site.
سوالات متداول
-
Does this plugin make my site GDPR or DPDPA compliant?
-
The plugin provides the technical tools — consent banner and consent storage — required to support GDPR and DPDPA compliance. Full legal compliance also depends on your site’s data practices and privacy policy. We recommend consulting a legal professional for your specific jurisdiction.
-
Where is consent data stored?
-
Guest (not logged in) visitor consent is stored only in the visitor’s browser using
localStorage. It never reaches your server. Logged-in user consent is stored in WordPress user meta (wp_usermeta) and is linked only to the user’s account — no external system is involved. -
Does the plugin contact any external service?
-
No. The plugin does not make any external API calls or transmit any data to miniOrange or any other third party. All processing happens entirely within your WordPress installation.
-
What happens if a visitor clicks “Reject All”?
-
The visitor’s rejection is recorded in their browser (localStorage) and, for logged-in users, in WordPress user meta. The banner closes and will not re-appear. The visitor can update their preferences at any time by revisiting the banner.
-
Is the plugin compatible with page caching?
-
The banner visibility logic runs entirely in the browser via JavaScript, so it is compatible with most page caching plugins.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“miniOrange Privacy & Compliance Manager” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “miniOrange Privacy & Compliance Manager” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
1.0.0
- Initial release.
- Cookie consent banner with customisable position, text, and colours.
- Consent storage in localStorage (guests) and wp_usermeta (logged-in users).
- REST API endpoint for consent read/write with nonce authentication.