Astra_Update_Sidebar_Layout::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/general/sidebar/class-astra-update-sidebar-layout.php
public function configure() {
$this->id = 'astra/update-sidebar-layout';
$this->category = 'astra';
$this->label = __( 'Update Astra Sidebar Layout', 'astra' );
$this->description = __( 'Updates the default sidebar layout setting for the Astra theme (no sidebar, left sidebar, or right sidebar).', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac