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-';
	}

Changelog

Changelog
Version Description
3.7.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.