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

Filters the respond link when a post has no comments.


Parameters

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

Top ↑

Source

File: wp-includes/comment-template.php. View all references

echo apply_filters( 'respond_link', $respond_link, $post_id );


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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