筛选挂钩:筛选当前请求的注释页码链接。
apply_filters( ‘get_comments_pagenum_link’, string $result )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$result | (string) | 评论页码链接。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/link-template.php:2851 | 1 | 0 |
筛选挂钩:筛选当前请求的注释页码链接。
apply_filters( ‘get_comments_pagenum_link’, string $result )
参数 | 类型 | 说明 |
---|---|---|
$result | (string) | 评论页码链接。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/link-template.php:2851 | 1 | 0 |
之前