Kimlik doğrulama veya yönetimden onay bekliyor.
Zararı yok hocam o wordpressin eklediği otomatik bi tag. Hatta daha doğal görünmesine sebep oluyor. Direkt noopener dofollow şeklinde eklerseniz dofollow sayılır.
// functions php bunu ekleyin, yedek almadan test etmeyin
add_filter('tiny_mce_before_init','tinymce_allow_u nsafe_link_target');
function tinymce_allow_unsafe_link_target( $mceInit ) {
$mceInit['allow_unsafe_link_target']=true;
return $mceInit;
}