Title: get_comment_author_url_link
Published: April 25, 2014
Last modified: May 20, 2026

---

# apply_filters( ‘get_comment_author_url_link’, string $comment_author_url_link )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#wp--skip-link--target)

Filters the comment author’s returned URL link.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#parameters)󠁿

 `$comment_author_url_link`string

The HTML-formatted comment author URL link.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#source)󠁿

    ```php
    return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/comment-template.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/comment-template.php#L457)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/comment-template.php#L457-L457)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#related)󠁿

| Used by | Description | 
| [get_comment_author_url_link()](https://developer.wordpress.org/reference/functions/get_comment_author_url_link/)`wp-includes/comment-template.php` |

Retrieves the HTML link of the URL of the author of the current comment.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/get_comment_author_url_link/?output_format=md#changelog)󠁿

| Version | Description | 
| [1.5.0](https://developer.wordpress.org/reference/since/1.5.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fget_comment_author_url_link%2F)
before being able to contribute a note or feedback.