Filter hook 'respond_link'

in WP Core File wp-includes/comment-template.php at line 1696

Description

Filters the respond link when a post has no comments.

Occurrences

Filename Line Number
wp-includes/comment-template.php 1696

Parameters

Type Name Description
string $respond_link The default response link.
int $post_id The post ID.

PHP Doc

/**
		 * Filters the respond link when a post has no comments.
		 *
		 * @since 4.4.0
		 *
		 * @param string $respond_link The default response link.
		 * @param int    $post_id      The post ID.
		 */