Astra_Update_Load_Google_Fonts_Locally::configure()

Configure the ability.


Description


Return

(void)


Source

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

	public function configure() {
		$this->id          = 'astra/update-font-google-local';
		$this->category    = 'astra';
		$this->label       = __( 'Update Astra Load Google Fonts Locally Status', 'astra' );
		$this->description = __( 'Updates the Load Google Fonts Locally setting for the Astra theme (enable or disable).', 'astra' );
	}

User Contributed Notes

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