Custom_Background::attachment_fields_to_edit() –

You appear to be a bot. Output may be restricted

Description

Usage

$array = Custom_Background::attachment_fields_to_edit( $form_fields );

Parameters

$form_fields
( array ) required

Returns

array $form_fields

Source

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

1 to 3 of 3
  public function attachment_fields_to_edit( $form_fields ) {
    return $form_fields;
  }
 

 View on GitHub View on Trac