get_pagenum_link()
get_pagenum_link( int $pagenum = 1, bool $escape = true…
get_pagenum_link( int $pagenum = 1, bool $escape = true )
检索页码的链接。
Retrieves the link for a page number.
目录锚点:#参数#返回#源码
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$pagenum | (int) | 可选 | 页码。 |
$escape | (bool) | 可选 | 是否使用escu URL()转义URL以供显示。默认为true。否则,使用esc_URL_raw()准备URL。 |
返回(Return)
(string)给定页码的链接URL。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.0 | wp-includes/link-template.php:2232 | 3 | 13 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!