function yorum_link_kaldir( $return, $author ) {
return $author;
}
add_filter( 'get_comment_author_link', 'yorum_link_kaldir', 10, 2 );
Tema düzgün kodlanmışsa, fonksiyon istediğiniz şeyi tam olarak yapacaktır...
function yorum_link_kaldir( $return, $author ) {
return $author;
}
add_filter( 'get_comment_author_link', 'yorum_link_kaldir', 10, 2 );