apply_filters( 'attachment_fields_to_edit', array $form_fields , WP_Post $post )
Filters the attachment fields to edit.
Parameters
- $form_fields
-
An array of attachment form fields.
- $post
-
The WP_Post attachment object.
Source
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |