3
1
Back

Tags we don't need to call out for if(preg_match("@.*()@", $article['content'], $matches)){ $img = $matches[1]; elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // SBMC elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) .

New Pull Request