# feedwordpress/2022.0203/extend/SimplePie/feedwordpie_parser.class.php

FeedWordPress, version 2022.0203. 13 lines.

- Page: https://pluginprobe.com/plugins/feedwordpress/2022.0203/code/extend/SimplePie/feedwordpie_parser.class.php
- Raw: https://pluginprobe.com/plugins/feedwordpress/2022.0203/raw/extend/SimplePie/feedwordpie_parser.class.php
- Modified: 2020-08-19T02:25: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/feedwordpress/2022.0203/code/extend/SimplePie/feedwordpie_parser.class.php#L10-L20`.

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

if ( is_readable("${subdir}/${ver}/${mod}") ) :
    $modClassPath = "${subdir}/${ver}/${mod}";
else :
    $modClassPath = "${subdir}/default/${mod}";
endif;

require_once("${modClassPath}");

```
