• 04-10-2018, 14:50:20
    #1
    edit çözüm bulundu.
  • 04-10-2018, 16:40:58
    #2
    function wpb_remove_commentsip( $comment_author_ip ) {
    return '';
    }
    add_filter( 'pre_comment_user_ip', 'wpb_remove_commentsip' );
    functions.php ye ekleyin.
  • 04-10-2018, 21:28:45
    #3
    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.