Astra_Update_Load_Google_Fonts_Locally::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/admin/settings/performance/class-astra-update-load-google-fonts-locally.php
public function configure() {
$this->id = 'astra/update-font-google-local';
$this->category = 'astra';
$this->label = __( 'Update Astra Load Google Fonts Locally Status', 'astra' );
$this->description = __( 'Updates the Load Google Fonts Locally setting for the Astra theme (enable or disable).', 'astra' );
}
Expand full source code Collapse full source code View on Trac