get_sample_permalink()
get_sample_permalink( int $id, string $title = null, st…
get_sample_permalink( int $id, string $title = null, string $name = null )
根据文章名获取一个permalink示例。
Get a sample permalink based off of the post name.
目录锚点:#参数#返回#源码
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$id | (int) | 必需 | Post ID或Post对象。 |
$title | (string) | 可选 | Title可在生成文章名时覆盖文章的当前标题。 |
$name | (string) | 可选 | 名称以覆盖文章名称。 |
返回(Return)
(array)包含示例permalink的数组,其中包含post名称和post名称的占位符。(array)带有post名称占位符的permalink。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-admin/includes/post.php:1332 | 2 | 10 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!