Custom_Image_Header::attachment_fields_to_edit( array $form_fields ): array

In this article

Unused since 3.5.0.

Parameters

$form_fieldsarrayrequired

Return

array $form_fields

Source

public function attachment_fields_to_edit( $form_fields ) {
	return $form_fields;
}

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.