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';
	}

User Contributed Notes

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