Astra_Update_Scroll_To_Top::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/general/scroll-to-top/class-astra-update-scroll-to-top.php
public function configure() {
$this->id = 'astra/update-scroll-to-top';
$this->category = 'astra';
$this->label = __( 'Update Astra Scroll to Top Settings', 'astra' );
$this->description = __( 'Updates the Astra theme scroll-to-top button settings including enable state, position, device visibility, icon size, colors, and border radius.', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac