这曾经用于显示附件链接。现在它已被弃用和存根。
原型
the_attachment_links( int|bool $id = false )
参数
$id
(int|bool)
(Optional)
源文件
路径:wp-admin/includes/deprecated.php
<?php
...
function the_attachment_links( $id = false ) {
_deprecated_function( __FUNCTION__, '3.7.0' );
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/the_attachment_links/