Custom_Background::attachment_fields_to_edit( array $form_fields )

This method has been deprecated.

Parameters

$form_fields

(array) (Required)

Return

(array) $form_fields

Source

File: wp-admin/includes/class-custom-background.php

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

Changelog

Version Description
3.5.0 This method has been deprecated.
3.4.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/custom_background/attachment_fields_to_edit