Filters the formatted post comments link HTML.
$post_reply_linkstring$postint|WP_Postwp-includes/comment-template.php:1964get_post_reply_link() * * @since 2.7.0 * * @param string $post_reply_link The HTML-formatted post comments link. * @param int|WP_Post $post The post ID or WP_Post object. */ return apply_filters( 'post_comments_link', $post_reply_link, $post );} /** * Displays the HTML content for reply to post link. * * @since 2.7.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.