image_attachment_fields_to_edit()
Retrieves the image attachment fields to edit form fields.
No Hooks.
Returns
Array
Usage
image_attachment_fields_to_edit( $form_fields, $post );
- $form_fields(array) (required)
- .
- $post(object) (required)
- .
Changelog
| Since 2.5.0 | Introduced. |
image_attachment_fields_to_edit() image attachment fields to edit code WP 7.0
function image_attachment_fields_to_edit( $form_fields, $post ) {
return $form_fields;
}