get_next_posts_page_link()
get_next_posts_page_link( int $max_page )
检索下一个帖子页面链接。
Retrieves the next posts page link.
说明(Description)
从2.1.3向后移植到2.0.10。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$max_page | (int) | 可选 | 最多页数。默认值0。 |
返回(Return)
(string|void)下一个帖子页面的链接URL。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.0.10 | wp-includes/link-template.php:2312 | 1 function | 2 |
get_next_posts_page_link() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_next_posts_page_link/