Astra_Get_Load_Google_Fonts_Locally::configure()

Configure the ability.


Description


Return

(void)


Source

File: inc/abilities/admin/settings/performance/class-astra-get-load-google-fonts-locally.php

	public function configure() {
		$this->id          = 'astra/get-font-google-local';
		$this->label       = __( 'Get Astra Load Google Fonts Locally Status', 'astra' );
		$this->description = __( 'Retrieves the Load Google Fonts Locally 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.