return preg_replace_callback(
'/<a .*?href="(.*?)".*?>/is',
function($matches)use($article_id){
return $matches[1];
},
$content
);
return preg_replace_callback(
'/<a .*?href="(.*?)".*?>/is',
function($matches)use($article_id){
return $matches[1];
},
$content
);