Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment-template.php | apply_filters | 1616 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $respond_link | The default response link. |
int | $post_id | The post ID. |