get_comment_link – filter
Filters the returned single comment permalink.
Parameters
- .
- ( 2.8.0 ) . .
- Added
- ( 4.4.0 ) the `$cpage` parameter. . . .
- .
- ( get_page_of_comment() ) . .
- ( string ) $link The comment permalink with ‘#comment-$id’ appended. . . .
- $comment
- ( WP_Comment ) The current comment object. . . .
- ( array ) $args An array of arguments to override the defaults. . . .
- ( int ) $cpage The calculated ‘cpage’ value. . . .