3
1
Back

$article; } function hook_render_article($article) { } //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] .= "Error processing via _comics plugin!
" . $e->getMessage(); } } // Scenes From A Multiverse (to get alt tags elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $article['content'] = $this->get_img_tags($xpath.

New Pull Request