Astra_Get_Global_Palette::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/colors/class-astra-get-global-palette.php
public function configure() {
$this->id = 'astra/get-global-palette';
$this->label = __( 'Get Astra Global Palette', 'astra' );
$this->description = __( 'Retrieves the current active Astra theme global color palette (palette_1 through palette_4) with its color values. Also returns all available color presets (Oak, Viola, Cedar, Willow, Lily, Rose, Sage, Flare, Maple, Birch, Dark) that can be applied to any palette.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac