Astra_Get_Sticky_Sidebar::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/customizer/general/sidebar/class-astra-get-sticky-sidebar.php

	public function configure() {
		$this->id          = 'astra/get-sidebar-sticky';
		$this->label       = __( 'Get Astra Sticky Sidebar Status', 'astra' );
		$this->description = __( 'Retrieves the sticky sidebar setting for the Astra theme (enabled or disabled).', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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