PHP Класс Kirki_Section, kirki

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

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

Метод Описание
__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.