Astra_Get_Sidebar_Style::configure()

Configure the ability.


Description


Return

(void)


Source

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

	public function configure() {
		$this->id          = 'astra/get-sidebar-style';
		$this->label       = __( 'Get Astra Sidebar Style', 'astra' );
		$this->description = __( 'Retrieves the sidebar style setting for the Astra theme (boxed or unboxed).', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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