Custom_Image_Header::attachment_fields_to_edit()

最后更新于:2021-11-25 19:42:36

Custom_Image_Header::attachment_fields_to_edit( array$form_fields)

Unused since 3.5.0.

参数

$form_fields

(array) (Required)

响应

(array) $form_fields

源文件

文件: gc-admin/includes/class-custom-image-header.php

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