wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



image_attachment_fields_to_edit › WordPress Function

Seit2.5.0
Veraltetn/v
image_attachment_fields_to_edit ( $form_fields, $post )
Parameter: (2)
  • (array) $form_fields
    Erforderlich: Ja
  • (object) $post
    Erforderlich: Ja
Gibt zurück:
  • (array)
Definiert in:
Codex:

Retrieves the image attachment fields to edit form fields.



Quellcode

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