<?php
add_action('the_content', 'buldegistir');
function buldegistir(){
$content .= preg_replace("(</b>)", "", $content);
return $content;
}
?>
benzeri bir kullanım denediniz mi?