Astra_Update_Preload_Local_Fonts::configure()

Configure the ability.


Description


Return

(void)


Source

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

	public function configure() {
		$this->id          = 'astra/update-font-preload-local';
		$this->category    = 'astra';
		$this->label       = __( 'Update Astra Preload Local Fonts Status', 'astra' );
		$this->description = __( 'Updates the Preload Local Fonts 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.