Custom_Background::attachment_fields_to_edit
Устарела с версии 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() Custom Background::attachment fields to edit WP 7.0
public function attachment_fields_to_edit( $form_fields ) {
return $form_fields;
}