Astra_Get_Sidebar::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/general/sidebar/class-astra-get-sidebar.php
public function configure() {
$this->id = 'astra/get-sidebar';
$this->label = __( 'Get Astra Sidebar Settings', 'astra' );
$this->description = __( 'Retrieves all sidebar settings for the Astra theme including layout, style, width, and sticky sidebar.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac