background_color()
Display background color value.
Description Description
Source Source
File: wp-includes/theme.php
function background_color() {
echo get_background_color();
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Display a div with the theme’s background color.