apply_filters( 'comment_link', string $comment_permalink )
Filters the current comment’s permalink.
Description
See also
Parameters
- $comment_permalink
-
The current comment permalink.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |