apply_filters( 'post_comments_link', string $formatted , int|WP_Post $post )
Filters the formatted post comments link HTML.
Parameters
- $formatted
-
The HTML-formatted post comments link.
- $post
-
The post ID or WP_Post object.
Source
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |