add_filter('get_the_excerpt',function($content){$content=preg_replace('#\[[^\]]+\]#','',$content);return $content});