Astra_Update_Breadcrumb::configure()

Configure the ability.


Description


Return

(void)


Source

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

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

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

User Contributed Notes

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