PHP 클래스 Kirki_Section, kirki

상속: extends Kirki_Customizer
파일 보기 프로젝트 열기: aristath/kirki

공개 메소드들

메소드 설명
__construct ( array $args ) The object constructor.
add_section ( array $args ) Adds the section using the WordPress Customizer API.

메소드 상세

__construct() 공개 메소드

The object constructor.
public __construct ( array $args )
$args array The section parameters.

add_section() 공개 메소드

Adds the section using the WordPress Customizer API.
public add_section ( array $args )
$args array The section parameters.