WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_comment_author_url_link

Back to home

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.