3
1
Back

If (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $img; } } function get_content($link) { /** * When debugging or.

New Pull Request