Astra_Get_Body_Font::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'get current body font',
			'show body font settings',
			'view body typography',
			'display body text font',
			'get body font family',
			'show body font weight',
			'view body font size',
			'display body text settings',
			'get body typography configuration',
			'show current body font values',
		);
	}

User Contributed Notes

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