previous_comments_link_attributes钩子是Wordpress钩子,过滤钩子:过滤前一个评论页面链接的锚标记属性。
apply_filters( ‘previous_comments_link_attributes’, string $attributes )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$attributes | (string) | 锚定标记的属性。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/link-template.php:2950 | 1 | 0 |