Astra_Update_Transparent_Header::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/header/transparent/class-astra-update-transparent-header.php
public function configure() {
$this->id = 'astra/update-transparent-header';
$this->category = 'astra';
$this->label = __( 'Update Astra Transparent Header Settings', 'astra' );
$this->description = __( 'Updates the Astra transparent header settings including enable state, device visibility, logo configuration, disable-on rules for specific page types, header border, and color settings for header backgrounds, site title, menus, submenus, and content links.', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac