media_handle_upload()
media_handle_upload( string $file_id, int $post_id, arr…
media_handle_upload( string $file_id, int $post_id, array $post_data = array(), array $overrides = array(‘test_form’ => false) )
保存从POST请求提交的文件并为其创建附件POST。
Save a file submitted from a POST request and create an attachment post for it.
目录锚点:#参数#返回#源码#笔记
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$file_id | (string) | 必需 | 发送文件的$u文件数组的索引。必修的。 |
$post_id | (int) | 必需 | 要将媒体项附加到的邮件的邮件ID。必需,但可以设置为0,以创建与文章没有关系的媒体项。 |
$post_data | (array) | 可选 | 覆盖部分附件。可选。 |
$overrides | (array) | 可选 | 重写wp_handle_upload()行为。可选。 |
返回(Return)
(int|WP_Error)失败时附件或WP_Error对象的ID。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-admin/includes/media.php:290 | 2 | 15 |
笔记(Notes)
从网站前端的表单上载附件。
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!