apply_filters( 'comment_link', string $comment_permalink )

Filters the current comment’s permalink.


Description

See also


Top ↑

Parameters

$comment_permalink

(string) The current comment permalink.


Top ↑

Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog

Version Description
3.6.0 Introduced.