Astra_Update_Transparent_Header::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/header/transparent/class-astra-update-transparent-header.php

	public function get_examples() {
		return array(
			'enable transparent header',
			'disable transparent header',
			'set transparent header on desktop only',
			'use different logo for transparent header',
			'change transparent header menu colors',
			'disable transparent header on 404 page',
			'update transparent header background color',
			'set transparent header border',
		);
	}

User Contributed Notes

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