the_attachment_links

函数
the_attachment_links ( $id = false )
参数
  • (int|bool) $id
    Required:
    Default: false
定义位置
相关方法
the_attachment_linkget_the_attachment_linkget_attachment_link_fix_attachment_linkswp_get_attachment_link
引入
2.0.0
弃用
3.7.0

the_attachment_links: 此函数显示当前文章的所有附件的链接。

这曾经被用来显示附件链接。现在它已被弃用,并被存根。

function the_attachment_links( $id = false ) {
	_deprecated_function( __FUNCTION__, '3.7.0' );
}

常见问题

FAQs
查看更多 >