Title: Custom get_comment_author_link function doesn&#8217;t work
Last modified: October 6, 2016

---

# Custom get_comment_author_link function doesn’t work

 *  [cowsgomoo](https://wordpress.org/support/users/cowsgomoo/)
 * (@cowsgomoo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/custom-get_comment_author_link-function-doesnt-work/)
 * Hi,
 * I was hoping someone can help with this issue.
 * No matter what example I use, or alternative method I do myself, the author link
   is still visible in my comments section, I’ve even checked the core function 
   within the dev references to see how this is called.
 * Initially, I thought there was a jetpack conflict since I was using comments 
   from there, but even with this jetpack function turned off the username still
   returns a link, in my case to myblog.com/authors/emailaddress. Either way, whether
   it is a link to the users URL or an author page, I would like to remove it, but
   do not seem to see the issue here and it is super frustrating 🙁
 * Any help would be appreciated.
 * An example of many I’ve used…
    /** * Removes the comment author link * [@author](https://wordpress.org/support/users/author/)
   Ren Ventura <EngageWP.com> * [@link](https://wordpress.org/support/users/link/)
   engagewpdotcom/remove-wordpress-comment-author-link * * [@param](https://wordpress.org/support/users/param/)
   string $return The HTML-formatted comment author link (empty for an invalid URL)*
   [@param](https://wordpress.org/support/users/param/) string $author The comment
   author’s username * [@param](https://wordpress.org/support/users/param/) int 
   $comment_ID The comment ID * * [@return](https://wordpress.org/support/users/return/)
   string $author */ add_filter( ‘get_comment_author_link’, ‘rv_remove_comment_author_link’,
   10, 3 ); function rv_remove_comment_author_link( $return, $author, $comment_ID){
   return $author; }

Viewing 1 replies (of 1 total)

 *  Thread Starter [cowsgomoo](https://wordpress.org/support/users/cowsgomoo/)
 * (@cowsgomoo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/custom-get_comment_author_link-function-doesnt-work/#post-8259430)
 * Adding tag
    -  This reply was modified 9 years, 8 months ago by [cowsgomoo](https://wordpress.org/support/users/cowsgomoo/).

Viewing 1 replies (of 1 total)

The topic ‘Custom get_comment_author_link function doesn’t work’ is closed to new
replies.

## Tags

 * [author link](https://wordpress.org/support/topic-tag/author-link/)

 * 1 reply
 * 1 participant
 * Last reply from: [cowsgomoo](https://wordpress.org/support/users/cowsgomoo/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/custom-get_comment_author_link-function-doesnt-work/#post-8259430)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
