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';
}
Expand full source code Collapse full source code View on Trac