Astra_Get_Preload_Local_Fonts::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/admin/settings/performance/class-astra-get-preload-local-fonts.php

	public function configure() {
		$this->id          = 'astra/get-font-preload-local';
		$this->label       = __( 'Get Astra Preload Local Fonts Status', 'astra' );
		$this->description = __( 'Retrieves the Preload Local Fonts setting for the Astra theme (enabled or disabled).', 'astra' );
		$this->category    = 'astra';
	}

User Contributed Notes

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