Свойство | Тип | Описание | |
---|---|---|---|
$arrows_color | string | Arrows Color. | |
$border_color | string | Border Color. | |
$buttons_color | string | Buttons Color. | |
$color_accent | string | Accent Color. | |
$color_accent_text | string | Accent text Color. | |
$color_back | string | Background Color. | |
$color_font | string | Font Color. | |
$controls_color | string | Controls Color. | |
$process | boolean | Have we already processed styling? | |
$section_background_color | string | Section Background Color. |
Метод | Описание | |
---|---|---|
__construct ( ) | Constructor. | |
custom_css ( ) | Add custom CSS rules to the head, applying our custom styles. | |
customizer_styles ( ) | Enqueue the stylesheets required. | |
get_colors ( ) : null | void | Gets the colors used. | |
include_stylesheets ( ) : string | Get the stylesheets. | |
replace_placeholders ( string $styles ) : string | Replaces CSS placefolders with our settings. |
public custom_css ( ) |
public get_colors ( ) : null | void | ||
Результат | null | void |
public include_stylesheets ( ) : string | ||
Результат | string |
public replace_placeholders ( string $styles ) : string | ||
$styles | string | The CSS. |
Результат | string |
public string $color_accent_text | ||
Результат | string |
public bool $process | ||
Результат | boolean |
public string $section_background_color | ||
Результат | string |