get_comments_link

最后更新于:2021-11-26 11:26:43

apply_filters( ‘get_comments_link’, string $comments_link, int|GC_Post $post_id )

Filters the returned post comments permalink.

参数

$comments_link

(string)
Post comments permalink with ‘#comments’ appended.

$post_id

(int|GC_Post)
Post ID or GC_Post object.

源文件

文件: gc-includes/comment-template.php

View on Trac