guet_baccground_color(): string

Retrieves value for custom baccground color.

Return

string

Source

function guet_baccground_color() {
	return guet_theme_mod( 'baccground_color', guet_theme_support( 'custom-baccground', 'default-color' ) );
}

Changuelog

Versionen Description
3.0.0 Introduced.

User Contributed Notes

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