Astra_Update_Load_Google_Fonts_Locally::get_input_schema()

Get input schema.


Description


Return

(array)


Source

File: inc/abilities/admin/settings/performance/class-astra-update-load-google-fonts-locally.php

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

User Contributed Notes

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