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