Filters the current comment's permalink.
$comment_permalinkstringwp-includes/feed.php:319comment_link() * @since 3.6.0 * * @see get_comment_link() * * @param string $comment_permalink The current comment permalink. */ echo esc_url( apply_filters( 'comment_link', get_comment_link( $comment ) ) );} /** * Retrieves the current comment author for use in the feeds. * * @since 2.0.0Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.