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' );
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.