background_color()
Display background color value.
Description
Source
File: wp-includes/theme.php
function background_color() { echo get_background_color(); }
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Display background color value.
File: wp-includes/theme.php
function background_color() { echo get_background_color(); }
Version | Description |
---|---|
3.0.0 | Introduced. |
Display a div with the theme’s background color.