astra_get_palette_colors()

Get Global Color Palettes


Description


Return

(array) color palettes array.


Source

File: inc/extras.php

function astra_get_palette_colors() {
	return get_option( 'astra-color-palettes', Astra_Global_Palette::get_default_color_palette() );
}

Changelog

Changelog
Version Description
3.7.0 Introduced.


User Contributed Notes

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