Searched refs:image_url (Results 1 – 1 of 1) sorted by relevance
421 $image_url = $this->cache_namefilter->filter($img->getAttribute('src'));422 $cache = $this->get_cache($image_url);424 if ($cache->get_data($image_url, false)) {425 $img->setAttribute('src', $this->image_handler . $image_url);431 …if ($cache->set_data($image_url, ['headers' => $file->headers, 'body' => $file->body], $this->cach…432 … $img->setAttribute('src', $this->image_handler . $image_url);635 * @param string $image_url Only needed for BC, can be removed in SimplePie 2.0.0639 private function get_cache($image_url = '') argument645 $image_url,