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