常用函数-wp_get_attachment_thumb_url()
说明
检索附件缩略图的URL
用法
<?php wp_get_attachment_thumb_url( $post_id ) ?>
参数
$post_id
(整数)(可选)附件编号
默认值: 0
返回的值
(字符 | 布尔值)
成功时返回缩略图URL,出错返回false
示例
注释
修改记录
自2.1.0版本后
源文件
wp_get_attachment_thumb_url()位于 wp-includes/post.php中。
相关资源
分类:中文手册