post_comments_link

Advertisement

Summery Summery

Filters the formatted post comments link HTML.

Syntax Syntax

apply_filters( 'post_comments_link', string $formatted, int|WP_Post $post )

Parameters Parameters

$formatted

The HTML-formatted post comments link.

$post

The post ID or WP_Post object.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply