Astra_Get_Heading_Font::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/customizer/globals/typography/class-astra-get-heading-font.php
public function configure() {
$this->id = 'astra/get-font-h' . $this->level;
$this->label = /* translators: %d: heading level */ sprintf( __( 'Get Astra H%d Font', 'astra' ), $this->level );
$this->description = /* translators: %d: heading level */ sprintf( __( 'Retrieves the current Astra theme H%d heading font settings including font family, weight, size, line height, and other typography properties.', 'astra' ), $this->level );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac