Astra_Get_Heading_Font::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/globals/typography/class-astra-get-heading-font.php

	public function get_examples() {
		$tag = 'h' . $this->level;

		return array(
			'get current ' . $tag . ' font',
			'show ' . $tag . ' font settings',
			'view ' . $tag . ' typography',
			'display ' . $tag . ' font family',
			'get ' . $tag . ' font configuration',
			'show ' . $tag . ' font weight',
			'display ' . $tag . ' font size',
			'get ' . $tag . ' heading settings',
			'view ' . $tag . ' font details',
			'show ' . $tag . ' typography config',
		);
	}

User Contributed Notes

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