PHP Class Kirki_Section, kirki

Inheritance: extends Kirki_Customizer
Afficher le fichier Open project: aristath/kirki

Méthodes publiques

Méthode Description
__construct ( array $args ) The object constructor.
add_section ( array $args ) Adds the section using the WordPress Customizer API.

Method Details

__construct() public méthode

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

add_section() public méthode

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