apply_filters( 'get_comments_link', string $comments_link , int|WP_Post $post )
Filters the returned post comments permalink.
Parameters
Source
File: wp-includes/comment-template.php
.
View all references
return apply_filters( 'get_comments_link', $comments_link, $post );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |