Astra_Toggle_Underline_Links::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'enable link underlines',
			'disable content link underlines',
			'turn on underlines for links',
			'turn off link underlines',
			'show underlines on all links',
			'hide underlines from links',
			'activate link underline styling',
			'deactivate link underlines',
			'make links underlined',
			'remove underlines from hyperlinks',
		);
	}

User Contributed Notes

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