Astra_Get_Underline_Links_Status::get_output_schema()

Get output schema.


Description


Return

(array)


Source

File: inc/abilities/customizer/globals/typography/class-astra-get-underline-links-status.php

	public function get_output_schema() {
		return $this->build_output_schema(
			array(
				'enabled' => array(
					'type'        => 'boolean',
					'description' => 'Whether content link underlines are enabled.',
				),
			)
		);
	}

User Contributed Notes

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