PHP Класс Kirki_Explode_Background_Field, kirki

Наследование: extends Kirki_Field_Sanitize
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
background_choices ( ) : array>\array The background choices.
explode ( array $field ) : null | array Build the background fields.
process_fields ( array $fields ) : array Parse all fields and add the new background fields

Описание методов

background_choices() публичный статический Метод

The background choices.
public static background_choices ( ) : array>\array
Результат array>\array

explode() публичный статический Метод

Takes a single field with type = background and explodes it to multiple controls.
public static explode ( array $field ) : null | array
$field array The field arguments.
Результат null | array

process_fields() публичный статический Метод

Parse all fields and add the new background fields
public static process_fields ( array $fields ) : array
$fields array An array of all the generated fields.
Результат array