Unused since 3.5.0.
Parameters
$form_fieldsarrayrequired
Source
public function attachment_fields_to_edit( $form_fields ) {
return $form_fields;
}
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
Unused since 3.5.0.
$form_fieldsarrayrequiredpublic function attachment_fields_to_edit( $form_fields ) {
return $form_fields;
}
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.