Astra_Update_Transparent_Header::get_output_schema()

Get output schema.


Description


Return

(array)


Source

File: inc/abilities/customizer/header/transparent/class-astra-update-transparent-header.php

	public function get_output_schema() {
		return $this->build_output_schema(
			array(
				'updated' => array(
					'type'        => 'boolean',
					'description' => 'Whether any settings were updated.',
				),
			)
		);
	}

User Contributed Notes

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