wpseek.com
A WordPress-centric search engine for devs and theme authors



image_attachment_fields_to_edit › WordPress Function

Since2.5.0
Deprecatedn/a
image_attachment_fields_to_edit ( $form_fields, $post )
Parameters: (2)
  • (array) $form_fields
    Required: Yes
  • (object) $post
    Required: Yes
Returns:
  • (array)
Defined at:
Codex:

Retrieves the image attachment fields to edit form fields.



Source

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