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