PHP 클래스 Kirki_Explode_Background_Field, kirki

상속: extends Kirki_Field_Sanitize
파일 보기 프로젝트 열기: aristath/kirki 1 사용 예제들

공개 메소드들

메소드 설명
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