# feedwordpress/2025.1211/extend/SimplePie/feedwordpie_cache.class.php

FeedWordPress, version 2025.1211. 14 lines.

- Page: https://pluginprobe.com/plugins/feedwordpress/2025.1211/code/extend/SimplePie/feedwordpie_cache.class.php
- Raw: https://pluginprobe.com/plugins/feedwordpress/2025.1211/raw/extend/SimplePie/feedwordpie_cache.class.php
- Modified: 2024-11-19T10:31:20+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/feedwordpress/2025.1211/code/extend/SimplePie/feedwordpie_cache.class.php#L10-L20`.

```php
<?php
$subdir = dirname( __FILE__ );
$ver = SIMPLEPIE_VERSION;
$mod = basename( __FILE__ );

if ( class_exists( 'SimplePie\\Cache' ) ) {
    $modClassPath = "{$subdir}/default/{$mod}";
}
else {
    $modClassPath = "{$subdir}/SimplePie_Cache/{$mod}";
}

require_once "{$modClassPath}";

```
