attachment_link

过滤钩子
apply_filters( 'attachment_link', $link, $post->ID )
参数
  • (string) $link The attachment's permalink.
    Required:
  • (int) $post_id Attachment ID.
    Required:
定义位置
相关勾子
comment_linkget_comment_linkget_comments_linkedit_comment_linkpost_comments_link
相关方法
the_attachment_linkget_attachment_linkthe_attachment_links_fix_attachment_linkswp_get_attachment_linkget_the_attachment_link
引入
5.6.0
弃用
-

attachment_link: 这个过滤器允许开发者修改WordPress中附件的链接。这可以用来改变附件所显示的URL。

过滤附件的固定链接。

return apply_filters( 'attachment_link', $link, $post->ID );

常见问题

FAQs
查看更多 >