apply_filters( 'respond_link', string $respond_link, int $post_id )

Filters the respond link when a post has no comments.


Parameters

$respond_link

The default response link.

$post_id

The post ID.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
4.4.0 Introduced.