Astra_Get_Underline_Links_Status::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'get link underline status',
			'show link underline setting',
			'check if links are underlined',
			'view underline links configuration',
			'display link decoration status',
			'get content links underline state',
			'show current link underline setting',
			'check link underline enabled',
			'view link text decoration status',
			'display if underlines are on',
		);
	}

User Contributed Notes

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