Astra_Flush_Local_Fonts::configure()

Configure the ability.


Description


Return

(void)


Source

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

	public function configure() {
		$this->id          = 'astra/flush-font-local';
		$this->category    = 'astra';
		$this->label       = __( 'Flush Astra Local Fonts Cache', 'astra' );
		$this->description = __( 'Flushes the local fonts cache and regenerates font files for the Astra theme.', 'astra' );
	}

User Contributed Notes

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