pre_get_shortlink
apply_filters( ‘pre_get_shortlink’, bool|string $return…
apply_filters( ‘pre_get_shortlink’, bool|string $return, int $id, string $context, bool $allow_slugs )
过滤器::过滤是否为给定的post生成短链接。
Filter Hook: Filters whether to preempt generating a shortlink for the given post.
目录锚点:#说明#参数#源码
说明(Description)
将truthy值传递给过滤器将有效地短路短路链路生成过程,而是返回该值。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$return | (bool | string) | 短路返回值。false或URL字符串。 |
$id | (int) | Post ID,或当前Post的0。 |
$context | (string) | 链接的上下文。“post”或“query”之一, |
$allow_slugs | (bool) | 是否允许在短链中使用后段塞。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/link-template.php:3867 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!