3
1
Back

= $url_xpath->query("//a[contains(@href, 'strip_id')]")->item(0); } $article['content'] = preg_replace("@@", '', $article['content']); // only keep everything starting at the first if.

New Pull Request