3
1
Back

(preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; // Least I Could Do (wtf image size?) // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // there's both alt and title texts.

New Pull Request