=== CHEQ Enforce ===
Contributors: cheqadurgavich
Tags: cheq, ensighten, enforce, consent management platform, cookie compliance
Requires at least: 5.0
Tested up to: 6.8
Stable tag: 1.0.0
License: Apache-2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

Auto-block unauthorized tracking, protect data, give legal, compliance & martech teams control to meet global privacy laws without delay.

== Description ==
Use this lightweight WordPress plugin to add <a href="https://cheq.ai/enforce/">CHEQ Enforce</a> to your website. The plugin will inject the CHEQ Enforce library script into your site's `<head>` tag after configuring the domain, account, and path settings that can be found in your CHEQ Enforce account. Once installed and configured, CHEQ Enforce can serve a customized consent experience and automatically enforce your website visitor's consent.

== Installation ==
1. Upload the entire `cheq-enforce` directory to:
   ```
   wp-content/plugins/cheq-enforce/
   ```
2. Activate the plugin via **Plugins → Installed Plugins**.

== Configuration ==
1. In the WP Admin, go to **Settings → CHEQ Enforce**.
2. Enter:
   - **Domain**: e.g. `nexus.ensighten.com`
   - **Account**: your CHEQ Enforce account name
   - **Publish Path**: the path segment under your account
3. Click **Save Changes**.

The plugin will then output:
```
<script src="https://<domain>/<account>/<publish_path>/Bootstrap.js"></script>
```
at the very top of your site's `<head>`.

== About ==
As the global leader in Go-to-Market Security, 15,000+ companies — from emerging brands to Fortune 50 — trust CHEQ to protect business-critical digital engagement from human, agent, and machine-driven threats.

Powered by our unrivaled, context-specific detection engine, CHEQ safeguards companies against threats to business continuity, brand reputation, privacy compliance, and marketing effectiveness — all without compromising customer experience.

https://cheq.ai/cheq-terms-of-service/

== Changelog ==
= 1.0.0 =
* Initial release.