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