Filters the returned single comment permalink.
$comment_linkstring$commentWP_Comment$argsarray$cpageintwp-includes/comment-template.php:862get_comment_link() * * @param string $comment_link The comment permalink with '#comment-$id' appended. * @param WP_Comment $comment The current comment object. * @param array $args An array of arguments to override the defaults. * @param int $cpage The calculated 'cpage' value. */ return apply_filters( 'get_comment_link', $comment_link, $comment, $args, $cpage );} /** * Retrieves the link to the current post comments. * * @since 1.5.0Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.