Astra_Global_Palette::get_css_variable_prefix()
Get CSS variable prefix used for styling.
Description
Return
(string) variable prefix
Source
File: inc/class-astra-global-palette.php
public static function get_css_variable_prefix() {
return '--ast-global-color-';
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |