Astra_Update_Background_Colors::configure()

Configure the ability.


Description


Source

File: inc/abilities/customizer/globals/colors/class-astra-update-background-colors.php

	public function configure() {
		$this->id          = 'astra/update-color-background';
		$this->category    = 'astra';
		$this->label       = __( 'Update Astra Background Colors', 'astra' );
		$this->description = __( 'Updates the Astra theme background colors including site background and content background. Supports solid colors, gradients, and images.', 'astra' );

		$this->meta = array(
			'tool_type' => 'write',
		);
	}

User Contributed Notes

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