3
1
Back

= $xpath->query("//div[@id='signoff-wrapper']"); // Pain Train (to get alt tags foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } return $article; } function get_content($link) .

New Pull Request