Custom_Background::attachment_fields_to_edit()
Deprecated from version 3.5.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Method of the class: Custom_Background{}
No Hooks.
Return
Array
. $form_fields
Usage
$Custom_Background = new Custom_Background(); $Custom_Background->attachment_fields_to_edit( $form_fields );
- $form_fields(array) (required)
- -
Changelog
Since 3.4.0 | Introduced. |
Deprecated since | 3.5.0 |
Custom_Background::attachment_fields_to_edit() Custom Background::attachment fields to edit code WP 6.8
public function attachment_fields_to_edit( $form_fields ) { return $form_fields; }