3
1
Back

= preg_replace("@@", '', $article['content']); // Joy of Tech elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Least I Could.

New Pull Request