Astra_Get_Paragraph_Margin::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/globals/typography/class-astra-get-paragraph-margin.php

	public function get_examples() {
		return array(
			'get current paragraph margin',
			'show paragraph spacing',
			'view paragraph margin bottom',
			'display paragraph gap setting',
			'get paragraph bottom spacing',
			'show current paragraph margin value',
			'view paragraph vertical spacing',
			'display paragraph separation',
			'get space between paragraphs',
			'show paragraph margin settings',
		);
	}

User Contributed Notes

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