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';
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.