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