On this page
apply_filters( 'post_comments_link', string $formatted, int|WP_Post $post )
Filters the formatted post comments link HTML.
Parameters
Source
File: wp-includes/comment-template.php. View all references
return apply_filters( 'post_comments_link', $formatted_link, $post );
Related
Used By
| Used By | Description |
|---|---|
| get_post_reply_link() wp-includes/comment-template.php | Retrieves HTML content for reply to post link. |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_comments_link