Filters the respond link when a post has no comments.
$respond_linkstring$post_idintwp-includes/comment-template.php:1702comments_popup_link() * * @since 4.4.0 * * @param string $respond_link The default response link. * @param int $post_id The post ID. */ $comments_link = apply_filters( 'respond_link', $respond_link, $post_id ); } else { $comments_link = get_comments_link(); } $link_attributes = '';Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.