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