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' );
}
Expand full source code Collapse full source code View on Trac