常用函数-update_attached_file()
说明
按附件编号更新附件文件的路径。
用于更新附件的文件路径,用文章meta名'_wp_attached_file'存储附件路径
用法
<?php update_attached_file( $attachment_id, $file ) ?>
参数
$attachment_id
(整数)(必需)附件编号。
默认值: None
$file
(字符)(必需)附件的文件路径
默认值:None
返回的值
(布尔值)
失败返回false,成功则返回true
示例
注释
- 用法:在$file and $attachment_id上用 apply_filters() 添加update_attached_file()
修改记录
自2.1.0版本后
源文件
update_attached_file() 位于 wp-includes/post.php中。
相关资源
分类:中文手册