functions.php ye ekleyin

function etikete_cevir($text){
	$etiketler = get_terms('post_tag');
	foreach ( $etiketler as $e ) {
		// iptal.
	}
return $text;
}
add_filter('the_content', 'etikete_cevir');