get_comment_author_url_link

get_comment_author_url_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_comment_author_url_link') is found 1 times:

  • /wp-includes/comment-template.php line 445
    	 * @since 1.5.0
    	 *
    	 * @param string $comment_author_url_link The HTML-formatted comment author URL link.
    	 */
    	return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );
    }
    
    /**
     * Displays the HTML link of the URL of the author of the current comment.
     *
     * @since 0.71