Astra_Get_Site_Title_Logo::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/siteidentity/class-astra-get-site-title-logo.php

	public function get_examples() {
		return array(
			'get current site title',
			'show site logo settings',
			'view site branding configuration',
			'display site title and tagline',
			'get logo settings',
			'show current site identity',
			'view header branding',
			'display logo and title details',
			'get site name and description',
			'show logo dimensions',
			'view site title visibility',
			'display tagline settings',
			'get logo URL and size',
			'show retina logo configuration',
			'view mobile logo settings',
			'display logo width settings',
			'get site identity configuration',
			'show logo inline settings',
			'view site branding details',
			'display header logo info',
			'get custom logo settings',
			'show site title display settings',
			'view tagline visibility',
			'display logo responsive settings',
			'get complete site identity',
		);
	}

User Contributed Notes

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