apply_filters( 'comment_link', string $comment_permalink )

Filters the current comment’s permalink.


Description

See also


Parameters

$comment_permalink

(string) The current comment permalink.


Source

File: wp-includes/feed.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.6.0 Introduced.