Custom_Background::attachment_fields_to_edit()

最后更新于:2021-11-25 19:29:30

Custom_Background::attachment_fields_to_edit( array$form_fields)

参数

$form_fields

(array) (Required)

响应

(array) $form_fields

源文件

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

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