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() ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |