Custom_Image_Header::attachment_fields_to_edit( array $form_fields ): array

Unused since 3.5.0.


Parameters

$form_fields array Required

Top ↑

Return

array $form_fields


Top ↑

Source

File: wp-admin/includes/class-custom-image-header.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

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