Astra_Get_Sidebar_Width::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-width.php
public function configure() {
$this->id = 'astra/get-sidebar-width';
$this->label = __( 'Get Astra Sidebar Width', 'astra' );
$this->description = __( 'Retrieves the sidebar width setting for the Astra theme (15-50%).', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac