Astra_Update_Performance::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/admin/settings/performance/class-astra-update-performance.php

	public function get_examples() {
		return array(
			'update performance settings',
			'configure performance options',
			'set performance preferences',
			'change performance configuration',
			'update performance layout',
			'set font loading options',
			'configure font optimization',
			'update font performance',
			'change font loading settings',
			'set fonts to load locally',
			'enable local fonts with preload',
			'configure fonts self hosting',
			'update fonts loading configuration',
			'set google fonts to local',
			'enable fonts preloading',
			'configure performance optimization',
			'update all performance settings',
			'change performance preferences',
			'set performance and font options',
			'update fonts hosting settings',
			'configure local fonts loading',
			'set fonts performance options',
			'enable performance features',
			'update font caching settings',
			'configure fonts download options',
			'set self hosted fonts',
			'enable GDPR compliant fonts',
			'update fonts storage settings',
			'configure offline fonts',
			'set performance customization',
		);
	}

User Contributed Notes

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