Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment-template.php | apply_filters | 398 | /** * Filters the comment author's returned URL link. * * @since 1.5.0 * * @param string $return The HTML-formatted comment author URL link. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $return | The HTML-formatted comment author URL link. |