image_attachment_fields_to_edit( array $form_fields, object $post )

Retrieves the image attachment fields to edit form fields.


Description Description


Parameters Parameters

$form_fields

(array) (Required)

$post

(object) (Required)


Top ↑

Return Return

(array)


Top ↑

Source Source

File: wp-admin/includes/media.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.