PHP 클래스 Kirki_Panel, kirki

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

공개 메소드들

메소드 설명
__construct ( array $args ) The class constructor.
add_panel ( array $args ) Add the panel using the Customizer API.

메소드 상세

__construct() 공개 메소드

The class constructor.
public __construct ( array $args )
$args array The panel arguments.

add_panel() 공개 메소드

Add the panel using the Customizer API.
public add_panel ( array $args )
$args array The panel arguments.