PHP Класс Kirki_Enqueue, kirki

Показать файл Открыть проект

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

Метод Описание
__construct ( ) The class constructor.
branding ( ) Enqueues the script responsible for branding the customizer and also adds variables to it using the wp_localize_script function.
customize_controls_enqueue_scripts ( ) Assets that have to be enqueued in 'customize_controls_enqueue_scripts'.
customize_controls_l10n ( ) L10n helper for controls.
postmessage ( ) Enqueues the postMessage script and adds variables to it using the wp_localize_script function.

Описание методов

__construct() публичный Метод

Adds actions to enqueue our assets.
public __construct ( )

branding() публичный Метод

The actual branding is handled via JS.
public branding ( )

customize_controls_enqueue_scripts() публичный Метод

Assets that have to be enqueued in 'customize_controls_enqueue_scripts'.

customize_controls_l10n() публичный Метод

L10n helper for controls.

postmessage() публичный Метод

The rest is handled via JS.
public postmessage ( )