Astra_Get_Global_Palette::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/globals/colors/class-astra-get-global-palette.php

	public function get_examples() {
		return array(
			'get current global palette',
			'show active color palette',
			'view global color scheme',
			'display theme palette colors',
			'get palette settings',
			'show current color palette values',
			'get all palette colors',
			'display global color settings',
			'show current color values',
			'get palette 1 colors',
			'view available color presets',
			'list all color presets',
		);
	}

User Contributed Notes

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