Custom_Background::attachment_fields_to_edit()publicWP 3.4.0

Устарела с версии 3.5.0. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.

Метод класса: Custom_Background{}

Хуков нет.

Возвращает

Массив. $form_fields

Использование

$Custom_Background = new Custom_Background();
$Custom_Background->attachment_fields_to_edit( $form_fields );
$form_fields(массив) (обязательный)
-

Список изменений

С версии 3.4.0 Введена.
Устарела с 3.5.0

Код Custom_Background::attachment_fields_to_edit() WP 6.5.2

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