Astra_Get_Scroll_To_Top::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/customizer/general/scroll-to-top/class-astra-get-scroll-to-top.php

	public function configure() {
		$this->id          = 'astra/get-scroll-to-top';
		$this->label       = __( 'Get Astra Scroll to Top Settings', 'astra' );
		$this->description = __( 'Retrieves the current Astra theme scroll-to-top button settings including enable state, position, device visibility, icon size, colors, and border radius.', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.