function filter_content_images($content) {
return preg_replace(‘/
s*?(|
/’, ”, $content);
}
add_filter(‘the_content’, ‘filter_content_images’);
Brighton news: ‘If Mitoma had been Messi…” BBC.com
function filter_content_images($content) {
return preg_replace(‘/
s*?(|
/’, ”, $content);
}
add_filter(‘the_content’, ‘filter_content_images’);
Brighton news: ‘If Mitoma had been Messi…” BBC.com