Astra_Get_Headings_Font::configure()

Configure the ability.


Description


Source

File: inc/abilities/customizer/globals/typography/class-astra-get-headings-font.php

	public function configure() {
		$this->id          = 'astra/get-font-heading';
		$this->label       = __( 'Get Astra Headings Font', 'astra' );
		$this->description = __( 'Retrieves the current Astra theme headings font settings including font family, weight, line height, and other typography properties for all headings.', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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