Astra_Get_Breadcrumb::configure()

Configure the ability.


Description


Return

(void)


Source

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

	public function configure() {
		$this->id          = 'astra/get-breadcrumb';
		$this->label       = __( 'Get Astra Breadcrumb Settings', 'astra' );
		$this->description = __( 'Retrieves the current Astra theme breadcrumb settings including position, alignment, display settings, separator, typography, colors, and spacing.', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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