3
1
Back

Handle both title and alt tags if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//img[contains(@src, 'sp') and contains(@src, 'png')]", $article); } // XKCD (alt tags we don't need to call out.

New Pull Request