过滤钩子:过滤当前文章的评论permalink。
apply_filters( ‘comments_link_feed’, string $comment_permalink )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment_permalink | (string) | 当前注释永久链接,并附加“#comments”。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.6.0 | wp-includes/feed.php:263 | 1 | 0 |
过滤钩子:过滤当前文章的评论permalink。
apply_filters( ‘comments_link_feed’, string $comment_permalink )
参数 | 类型 | 说明 |
---|---|---|
$comment_permalink | (string) | 当前注释永久链接,并附加“#comments”。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.6.0 | wp-includes/feed.php:263 | 1 | 0 |
之前