Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Global_Palette / Astra_Global_Palette::get_css_variable_prefix()

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

Changelog
Version Description
3.7.0 Introduced.

User Contributed Notes

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