Astra_Get_Background_Colors::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/colors/class-astra-get-background-colors.php
public function configure() {
$this->id = 'astra/get-color-background';
$this->label = __( 'Get Astra Background Colors', 'astra' );
$this->description = __( 'Retrieves the current Astra theme background color settings including site background and content background configurations.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac