wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



image_attachment_fields_to_edit › WordPress Function

Od2.5.0
Przestarzałyn/a
image_attachment_fields_to_edit ( $form_fields, $post )
Parametry: (2)
  • (array) $form_fields
    Wymagane: Tak
  • (object) $post
    Wymagane: Tak
Powrót:
  • (array)
Zdefiniowane na:
Codex:

Retrieves the image attachment fields to edit form fields.



Źródło

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