Prevents comment author names from linking to external websites.
This plugin removes all hyperlinks from comment author user names. Commenters can provide a home page (or any) URL along with their comment on a lot of themes. This plugin will strip all links from commenter names wherever they may appear throughout your site’s theme.
disable-comment-author-links
folder to the /wp-content/plugins/
directoryThis plugin modifies the behavior of get_author_comment_link, a function in comment-template.php. It strips all HTML tags from the output, so commenter names never link to the website URLs they may provide when leaving comments.
Anywhere comment author names are displayed on your website.