image_attachment_fields_to_edit()

最后更新于:2021-11-27 06:13:27

image_attachment_fields_to_edit( array$form_fields, object$post)

Retrieves the image attachment fields to edit form fields.

参数

$form_fields

(array) (Required)

$post

(object) (Required)

响应

(array)

源文件

文件: gc-admin/includes/media.php

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