Astra_Update_Performance::configure()
Configure the ability.
Description
Return
(void)
Source
File: inc/abilities/admin/settings/performance/class-astra-update-performance.php
public function configure() {
$this->id = 'astra/update-performance';
$this->category = 'astra';
$this->label = __( 'Update Astra Performance Settings', 'astra' );
$this->description = __( 'Updates performance settings for the Astra theme including font loading options.', 'astra' );
}
Expand full source code Collapse full source code View on Trac