3
1
Back

Elseif (strpos($title_text, $alt_text) !== False) { if (!$alt_text && !$title_text) { $new_element->appendChild($para_element); if ($alt_text == $title_text){ } elseif (strpos($alt_text, $title_text) !== false){ $text_element = $doc->createElement("i", $alt_text); $para_element->appendChild($text_element); } elseif (strpos($title_text, $alt_text) !== False) { if ($img->getAttribute('title')) { $article['content'] = $img_tag . $article['content']; .

New Pull Request