Retrieves the image attachment fields to edit form fields.
Parameters
$form_fieldsarrayrequired$postobjectrequired
Source
function image_attachment_fields_to_edit( $form_fields, $post ) {
return $form_fields;
}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.