bilimokur adlı üyeden alıntı: mesajı görüntüle
function wpb_remove_commentsip( $comment_author_ip ) {
return '';
}
add_filter( 'pre_comment_user_ip', 'wpb_remove_commentsip' );
functions.php ye ekleyin.
teşekkür ederim hocam oldu.