Astra_Update_Theme_Colors::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/colors/class-astra-update-theme-colors.php
public function configure() {
$this->id = 'astra/update-theme-color';
$this->category = 'astra';
$this->label = __( 'Update Astra Theme Colors', 'astra' );
$this->description = __( 'Updates the Astra theme global colors including accent color, link colors, heading colors, body text color, and border color. These are the core colors that define your theme\'s color scheme.', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac