wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_attachment_links › WordPress Function

Since2.0.0
已弃用3.7.0
the_attachment_links ( $id = false )
参数:
  • (int|bool) $id
    Required: No
    默认: false
定义在:
文档:

This was once used to display attachment links. Now it is deprecated and stubbed.



源码

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