image_attachment_fields_to_edit()
image_attachment_fields_to_edit( array $form_fields, object $post )
检索图像附件字段以编辑表单字段。
Retrieves the image attachment fields to edit form fields.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$form_fields | (array) | 必需 | |
$post | (object) | 必需 |
返回(Return)
(array)
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-admin/includes/media.php:1260 | 0 | 0 |
image_attachment_fields_to_edit() 为WP2原创文章,链接:https://www.wp2.cn/functions/image_attachment_fields_to_edit/