apply_filters( 'post_comments_link', string $formatted, int|WP_Post $post ) Filters the formatted post comments link HTML. ContentsParameters Source Related Used By Changelog User Contributed Notes Parameters $formatted (string) The HTML-formatted post comments link. $post (int|WP_Post) The post ID or WP_Post object. Top ↑Source File: wp-includes/comment-template.php View on Trac Top ↑Related Top ↑Used By Used By Used By Description wp-includes/comment-template.php: get_post_reply_link() Retrieves HTML content for reply to post link. Top ↑Changelog Changelog Version Description 2.7.0 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By Used By Used By Description wp-includes/comment-template.php: get_post_reply_link() Retrieves HTML content for reply to post link.