the_shortlink

过滤钩子
apply_filters( 'the_shortlink', $link, $shortlink, $text, $title )
参数
  • (string) $link Shortlink anchor tag.
    Required:
  • (string) $shortlink Shortlink URL.
    Required:
  • (string) $text Shortlink's text.
    Required:
  • (string) $title Shortlink's title attribute.
    Required:
定义位置
相关勾子
get_shortlinkthe_author_linkpre_get_shortlinkthe_author_posts_linkthe_permalink
相关方法
the_shortlinkthe_author_linkwp_get_shortlinkget_shortcut_linkthe_author_posts_linkget_the_author_link
引入
3.0.0
弃用
-

the_shortlink是一个模板标签,用于显示一个文章或页面的简短URL。短链接是固定链接的紧凑版本,可用于完整固定链接太长的情况,例如在Twitter或SMS消息中。

过滤文章的短链接锚标签。

$link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );

常见问题

FAQs
查看更多 >