过滤器挂钩:过滤要显示的注释链接属性。
apply_filters( ‘comments_popup_link_attributes’, string $attributes )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$attributes | (string) | 注释链接属性。默认为空。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/comment-template.php:1611 | 1 | 0 |
过滤器挂钩:过滤要显示的注释链接属性。
apply_filters( ‘comments_popup_link_attributes’, string $attributes )
参数 | 类型 | 说明 |
---|---|---|
$attributes | (string) | 注释链接属性。默认为空。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/comment-template.php:1611 | 1 | 0 |
之前