apply_filters( ‘respond_link’, string $respond_link, int $post_id )

In this article

Filters the respond link when a post has no comments.

Parameters

$respond_linkstring
The default response link.
$post_idint
The post ID.

Source

$comments_link = apply_filters( 'respond_link', $respond_link, $post_id );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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