Astra_Update_Headings_Font::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/typography/class-astra-update-headings-font.php
public function configure() {
$this->id = 'astra/update-font-heading';
$this->category = 'astra';
$this->label = __( 'Update Astra Headings Font', 'astra' );
$this->description = __( 'Updates the Astra theme headings font family, weight, and other typography settings for all headings.', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac