if ($image =
$this->
get_feed_tags(SIMPLEPIE_NAMESPACE_RSS_090, 'image'
)) { if (isset($image[0
]['child'
][$namespace][$tag])) { return $image[0
]['child'
][$namespace][$tag];
} } } if ($type & SIMPLEPIE_TYPE_RSS_SYNDICATION
) { if ($image =
$this->
get_channel_tags(SIMPLEPIE_NAMESPACE_RSS_20, 'image'
)) { if (isset($image[0
]['child'
][$namespace][$tag])) { return $image[0
]['child'
][$namespace][$tag];
} } } return null;
} /**
* Get the base URL value from the feed
*
* Uses `<xml:base>` if available, otherwise uses the first link in the
* feed, or failing that, the URL of the feed itself.
*
* @see get_link
* @see subscribe_url
*
* @param array $element
* @return string
*/