wpseek.com
A WordPress-centric search engine for devs and theme authors



background_color › WordPress Function

Since3.0.0
Deprecatedn/a
background_color ( No parameters )
Defined at:
Codex:

Displays background color value.



Source

function background_color() {
	echo get_background_color();
}