Astra_Update_Sticky_Sidebar::configure()

Configure the ability.


Description


Return

(void)


Source

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

	public function configure() {
		$this->id          = 'astra/update-sidebar-sticky';
		$this->category    = 'astra';
		$this->label       = __( 'Update Astra Sticky Sidebar Status', 'astra' );
		$this->description = __( 'Updates the sticky sidebar setting for the Astra theme (enable or disable).', 'astra' );

		$this->meta = array(
			'tool_type' => 'write',
		);
	}

User Contributed Notes

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