Astra_Get_Preload_Local_Fonts::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/admin/settings/performance/class-astra-get-preload-local-fonts.php
public function configure() {
$this->id = 'astra/get-font-preload-local';
$this->label = __( 'Get Astra Preload Local Fonts Status', 'astra' );
$this->description = __( 'Retrieves the Preload Local Fonts setting for the Astra theme (enabled or disabled).', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac