Astra_Get_Transparent_Header::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/customizer/header/transparent/class-astra-get-transparent-header.php

	public function configure() {
		$this->id          = 'astra/get-transparent-header';
		$this->label       = __( 'Get Astra Transparent Header Settings', 'astra' );
		$this->description = __( 'Retrieves the current Astra transparent header settings including enable state, device visibility, logo configuration, disable-on rules for specific page types, header border, and all color settings for header backgrounds, site title, menus, submenus, and content links.', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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