wpseek.com
WordPress开发者和主题制作者的搜索引擎



image_attachment_fields_to_edit › WordPress Function

Since2.5.0
已弃用n/a
image_attachment_fields_to_edit ( $form_fields, $post )
参数: (2)
  • (array) $form_fields
    Required: Yes
  • (object) $post
    Required: Yes
返回:
  • (array)
定义在:
文档:

Retrieves the image attachment fields to edit form fields.



源码

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