Astra_Get_Performance::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'get performance settings',
			'show performance configuration',
			'view all performance options',
			'display performance settings',
			'get performance options',
			'show performance preferences',
			'view performance configuration',
			'display all performance settings',
			'get complete performance setup',
			'show performance optimization',
			'view performance design settings',
			'display performance customization',
			'get performance display options',
			'show font loading settings',
			'view font optimization options',
			'display font performance config',
			'get fonts loading configuration',
			'show all performance preferences',
			'view performance setup',
			'display performance design options',
			'get performance appearance settings',
			'show performance optimization options',
			'view performance layout options',
			'display complete performance config',
			'get site performance settings',
			'show default performance options',
			'view performance customization options',
			'display performance layout configuration',
			'get performance design preferences',
			'show performance appearance options',
		);
	}

User Contributed Notes

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