Astra_Toggle_Underline_Links::get_output_schema()

Get output schema.


Description


Return

(array)


Source

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

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

User Contributed Notes

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