# WP Meteor Plugin for Wordpress

WP Meteor enhances page loading speed by deferring JavaScript files. However, Sirdata CMP scripts must be excluded from optimizations to ensure proper functionality and compliance. Follow these steps to configure the exclusions.

***

**Steps to Exclude Sirdata CMP Scripts in WP Meteor**

1. **Access WP Meteor Settings**
   * Log in to your WordPress Admin Dashboard.
   * Navigate to **Settings > WP Meteor**.
2. **Exclude Sirdata CMP Scripts from JavaScript Optimization**
   * In the WP Meteor settings, locate the **Exclude JavaScript Scripts** section.
   * Add the following entries (one per line) to the exclusion field:

     ```
     .consentframework.com
     .abconsent.net
     ```
3. **Save Changes**
   * Once the exclusions are added, click **Save Changes** to apply the settings.
4. **Purge the Cache**
   * If needed, clear the cache to ensure the exclusions take effect immediately.
5. **Verify the Exclusions**
   * Test your website to ensure the Sirdata CMP scripts are loading correctly and functioning as expected.

***

**Why Exclude Sirdata CMP Scripts?**

* **Dynamic and Geolocated Scripts**: Sirdata CMP scripts are designed to adapt to users' locations and preferences. Deferring or optimizing these scripts can result in errors or non-compliance.
* **Regulatory Compliance**: These scripts are essential for adhering to privacy regulations. Any interference may lead to non-compliance, complaints, or revenue loss.

***

By following these steps, WP Meteor will exclude Sirdata CMP scripts from JavaScript optimizations, ensuring proper functionality and compliance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cmp.docs.sirdata.net/en/install/cache-systems-exclusion/wp-meteor-plugin-for-wordpress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
