get_shortlink

过滤钩子
apply_filters( 'get_shortlink', $shortlink, $id, $context, $allow_slugs )
参数
  • (string) $shortlink Shortlink URL.
    Required:
  • (int) $id Post ID, or 0 for the current post.
    Required:
  • (string) $context The context for the link. One of 'post' or 'query',
    Required:
  • (bool) $allow_slugs Whether to allow post slugs in the shortlink. Not used by default.
    Required:
定义位置
相关勾子
pre_get_shortlinkthe_shortlinkget_comment_linkauthor_linkget_comments_link
相关方法
wp_get_shortlinkget_shortcut_linkthe_shortlinkget_author_linkget_linkget_month_link
引入
3.0.0
弃用
-

get_shortlink是一个WordPress函数,用于检索一个文章或页面的短链接URL: 该函数接受一个文章ID作为参数,并返回该文章或页面的短链接URL。

过滤文章的短链接。

return apply_filters( 'get_shortlink', $shortlink, $id, $context, $allow_slugs );

常见问题

FAQs
查看更多 >