Searched refs:image_handler (Results 1 – 2 of 2) sorted by relevance
70 public $image_handler = ''; variable in SimplePie\\Sanitize124 $this->image_handler = (string) $page;126 $this->image_handler = false;416 …if (isset($this->image_handler) && ((string) $this->image_handler) !== '' && $this->enable_cache) {425 $img->setAttribute('src', $this->image_handler . $image_url);432 … $img->setAttribute('src', $this->image_handler . $image_url);
1480 $this->image_handler = '';