comments_popup_link_attributes
apply_filters( ‘comments_popup_link_attributes’, string $attributes )
过滤器挂钩:过滤要显示的注释链接属性。
Filter Hook: Filters the comments link attributes for display.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$attributes | (string) | 注释链接属性。默认为空。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/comment-template.php:1611 | 1 | 0 |
comments_popup_link_attributes 为WP2原创文章,链接:https://www.wp2.cn/hook/comments_popup_link_attributes/