PHP Класс Kirki_Styles_Frontend, kirki

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$ajax boolean Set to true if you want to use the AJAX method.
$css_array array The CSS array
$processed boolean Whether we've already processed this or not.

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

Метод Описание
__construct ( ) Constructor
ajax_dynamic_css ( ) Get the dynamic-css.php file
frontend_styles ( ) Enqueues the ajax stylesheet.
init ( ) Init.
inline_dynamic_css ( ) Adds inline styles.
loop_controls ( string $config_id ) Loop through all fields and create an array of style definitions.

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

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

Constructor
public __construct ( )

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

Get the dynamic-css.php file
public ajax_dynamic_css ( )

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

Enqueues the ajax stylesheet.
public frontend_styles ( )

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

Init.
public init ( )

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

Adds inline styles.
public inline_dynamic_css ( )

loop_controls() публичный статический Метод

Loop through all fields and create an array of style definitions.
public static loop_controls ( string $config_id )
$config_id string The configuration ID.

Описание свойств

$ajax публичное статическое свойство

Set to true if you want to use the AJAX method.
public static bool $ajax
Результат boolean

$css_array публичное статическое свойство

The CSS array
public static array $css_array
Результат array

$processed публичное свойство

Whether we've already processed this or not.
public bool $processed
Результат boolean