image_attachment_fields_to_edit

函数
image_attachment_fields_to_edit ( $form_fields, $post )
参数
  • (array) $form_fields
    Required:
  • (object) $post
    Required:
返回值
  • (array)
定义位置
相关方法
get_attachment_fields_to_editimage_attachment_fields_to_savemedia_single_attachment_fields_to_editmedia_post_single_attachment_fields_to_editwp_ajax_send_attachment_to_editor
引入
2.5.0
弃用
-

image_attachment_fields_to_edit: 此函数用于为媒体库中的图像附件创建编辑字段。

检索图片附件字段,以编辑表格字段。

function image_attachment_fields_to_edit( $form_fields, $post ) {
	return $form_fields;
}

常见问题

FAQs
查看更多 >