Свойство | Тип | Описание | |
---|---|---|---|
$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. |
public static loop_controls ( string $config_id ) | ||
$config_id | string | The configuration ID. |
public static bool $ajax | ||
Результат | boolean |
public static array $css_array | ||
Результат | array |
public bool $processed | ||
Результат | boolean |