apply_filters( 'post_comments_link', string $post_reply_link, int|WP_Post $post )

Filters the formatted post comments link HTML.


Parameters

$post_reply_link string
The HTML-formatted post comments link.
$post int|WP_Post
The post ID or WP_Post object.

Top ↑

Source

File: wp-includes/comment-template.php. View all references

return apply_filters( 'post_comments_link', $post_reply_link, $post );


Top ↑

Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.