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