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