Filters the formatted post comments link HTML.
Parameters
Source
return apply_filters( 'post_comments_link', $post_reply_link, $post );
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
Filters the formatted post comments link HTML.
return apply_filters( 'post_comments_link', $post_reply_link, $post );
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.