> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-support-migration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WordPress Plugin Conflicts

> Fix compatibility issues between the bunny.net WordPress plugin and other plugins.

Some WordPress theme builder and page editor plugins can cause issues when used together with the bunny.net plugin (Divi, Elementor, etc.). The plugin includes a **Disable for Admin** setting to help resolve these conflicts.

## Disable CDN for admin users

Open the bunny.net plugin settings in your WordPress admin, click **CDN**, and enable the **Disable for Admin** setting at the bottom of the panel. This prevents the plugin from rewriting URLs while you're logged in as an admin.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/w32H-OuMiEPPh72G/images/integrations/wordpress/conflicts-disable-for-admin.png?fit=max&auto=format&n=w32H-OuMiEPPh72G&q=85&s=3f702edd01fd71169ff1cda38a82c975" alt="Disable for Admin setting" width="880" height="626" data-path="images/integrations/wordpress/conflicts-disable-for-admin.png" />
</Frame>

## CDN Acceleration and plugin conflicts

If you have CDN Acceleration enabled and cannot use the "Disable for Admin" option, here are fixes for common plugins:

### Divi Builder

Divi's layout editor can have backend conflicts with how the CDN handles WordPress API requests. Switch to the **default editor** to resolve this.

### Elementor

Layout and page update issues with Elementor are typically caching related. Add a cache bypass Edge Rule (0 cache time) for `*/elementor/*` in your Pull Zone settings.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/w32H-OuMiEPPh72G/images/integrations/wordpress/edge-rules.png?fit=max&auto=format&n=w32H-OuMiEPPh72G&q=85&s=1485e01c20a6b1f08db32f8e29896d4a" alt="Edge Rules configuration" width="1952" height="962" data-path="images/integrations/wordpress/edge-rules.png" />
</Frame>

### Other plugins

Many plugins rely on REST API requests through WordPress and can encounter compatibility issues. Most commonly, the `X-HTTP-Method-Override` header is involved. bunny.net does not forward this header by default for security reasons.

If a plugin requires `PUT`, `POST`, or `DELETE` methods via this header, you can create an Edge Rule to handle it. Check the plugin's documentation for specific requirements.
