3
1
Back

Alt tags textified. $doc->loadHTML($article['content']); //no-op $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $img; if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .

New Pull Request