Astra_Update_Performance::get_input_schema()

Get input schema.


Description


Return

(array)


Source

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

	public function get_input_schema() {
		return array(
			'type'       => 'object',
			'properties' => array(
				'load_google_fonts_locally' => array(
					'type'        => 'boolean',
					'description' => 'Enable or disable Load Google Fonts Locally.',
				),
				'preload_local_fonts'       => array(
					'type'        => 'boolean',
					'description' => 'Enable or disable Preload Local Fonts.',
				),
			),
		);
	}

User Contributed Notes

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