# searchpro/4.0.21/inc/class-ignoreparams.php

BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS &amp; JavaScript, version 4.0.21. 10 lines.

- Page: https://pluginprobe.com/plugins/searchpro/4.0.21/code/inc/class-ignoreparams.php
- Raw: https://pluginprobe.com/plugins/searchpro/4.0.21/raw/inc/class-ignoreparams.php
- Modified: 2026-05-20T17:15:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/searchpro/4.0.21/code/inc/class-ignoreparams.php#L10-L20`.

```php
<?php

// A substitute file for class-ignoreparams
// Redirect just in case old advanced-cache.php try to 
// access with this path location

if (!defined('ABSPATH'))
    exit;

require_once optifer_PATH . '/inc/cache/class-ignoreparams.php';
```
