Astra_Get_Sidebar_Layout::configure()

Configure the ability.


Description


Return

(void)


Source

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

	public function configure() {
		$this->id          = 'astra/get-sidebar-layout';
		$this->label       = __( 'Get Astra Sidebar Layout', 'astra' );
		$this->description = __( 'Retrieves the default sidebar layout setting for the Astra theme (no sidebar, left sidebar, or right sidebar).', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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